Html Css Color HEX #E06018 Chocolate

📋 copy color: '#E06018'

red 224 ◦ green 96 ◦ blue 24

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

Shades of Chocolate #E06018

Tints of Chocolate #E06018

RGB

 RED value IS 224 (87.89% from 255) = 65.12%

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

 BLUE value IS 24 (9.77% from 255) = 6.98%

R = 65.12%
G = 27.91%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E06018 (or 0xE06018) is known color: Chocolate. HEX triplet: E0, 60 and 18. RGB value is (224,96,24). Sum of RGB (Red+Green+Blue) = 224+96+24=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E06018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06018 is #1F9FE7. Grayscale: #7E7E7E. Windows color (decimal): -2072552 or 1597664. OLE color: 1597664.

HSL color Cylindrical-coordinate representation of color #E06018: hue angle of 21.6º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E06018 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 96 24 -
CMYK 0 0.57 0.89 0.12
HSL 21.6º 0.81% 0.49% -
HSV(B) 21.6º 0.89% 0.88% -
XYZ 35.09 24.28 3.7 -
YUV 126.06 70.41 197.85 -
System Red Green Blue C M Y K H S L
Decimal 224 96 24 0 0.57 0.89 0.12 21.6 0.81 0.49
Hex E0 60 18 0 39 59 C 16 51 31
Octal 340 140 30 0 71 131 14 26 121 61
Binary 11100000 1100000 11000 0 111001 1011001 1100 10110 1010001 110001

Color Harmonies of #E06018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06018

Black with #E06018

Text Example


Text Example

White with #E06018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06018; }

 p { color: rgb(224,96,24); }

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

background-color css

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

 a { background-color: rgb(224,96,24); }

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

border-color css

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

 span { border-color: rgb(224,96,24); }

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