Html Css Color HEX #E6600F Persimmon

📋 copy color: '#E6600F'

red 230 ◦ green 96 ◦ blue 15

#E6600F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persimmon #E6600F

Tints of Persimmon #E6600F

RGB

 RED value IS 230 (90.23% from 255) = 67.45%

 GREEN value IS 96 (37.89% from 255) = 28.15%

 BLUE value IS 15 (6.25% from 255) = 4.4%

R = 67.45%
G = 28.15%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E6600F (or 0xE6600F) is known color: Persimmon. HEX triplet: E6, 60 and 0F. RGB value is (230,96,15). Sum of RGB (Red+Green+Blue) = 230+96+15=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E6600F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6600F is #199FF0. Grayscale: #7F7F7F. Windows color (decimal): -1679345 or 1007846. OLE color: 1007846.

HSL color Cylindrical-coordinate representation of color #E6600F: hue angle of 22.6º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6600F is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 96 15 -
CMYK 0 0.58 0.93 0.10
HSL 22.6º 0.88% 0.48% -
HSV(B) 22.6º 0.93% 0.9% -
XYZ 36.9 25.22 3.38 -
YUV 126.83 64.89 201.59 -
System Red Green Blue C M Y K H S L
Decimal 230 96 15 0 0.58 0.93 0.10 22.6 0.88 0.48
Hex E6 60 F 0 3A 5D A 17 58 30
Octal 346 140 17 0 72 135 12 27 130 60
Binary 11100110 1100000 1111 0 111010 1011101 1010 10111 1011000 110000

Color Harmonies of #E6600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6600F

Black with #E6600F

Text Example


Text Example

White with #E6600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6600F; }

 p { color: rgb(230,96,15); }

 H1.HeaderClassName
 {
   color: #E6600F;
 }
 .AnyTagClassName
 {
   color: #E6600F;
 }
</style>

background-color css

<style>
 a { background-color: #E6600F; }

 a { background-color: rgb(230,96,15); }

 div.DivClassName
 {
   background-color: #E6600F;
 }
 .BgClassName
 {
   background-color: #E6600F;
 }
</style>

border-color css

<style>
 span { border-color: #E6600F; }

 span { border-color: rgb(230,96,15); }

 td.TdClassName
 {
   border-color: #E6600F;
 }
 .TagClassName
 {
   border-color: #E6600F;
 }
</style>