Html Css Color HEX #E06214 Chocolate

📋 copy color: '#E06214'

red 224 ◦ green 98 ◦ blue 20

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

Shades of Chocolate #E06214

Tints of Chocolate #E06214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.65%

 BLUE value IS 20 (8.2% from 255) = 5.85%

R = 65.5%
G = 28.65%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E06214 (or 0xE06214) is known color: Chocolate. HEX triplet: E0, 62 and 14. RGB value is (224,98,20). Sum of RGB (Red+Green+Blue) = 224+98+20=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E06214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06214 is #1F9DEB. Grayscale: #7F7F7F. Windows color (decimal): -2072044 or 1336032. OLE color: 1336032.

HSL color Cylindrical-coordinate representation of color #E06214: hue angle of 22.94º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E06214 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 98 20 -
CMYK 0 0.56 0.91 0.12
HSL 22.94º 0.84% 0.48% -
HSV(B) 22.94º 0.91% 0.88% -
XYZ 35.23 24.63 3.56 -
YUV 126.78 67.74 197.34 -
System Red Green Blue C M Y K H S L
Decimal 224 98 20 0 0.56 0.91 0.12 22.94 0.84 0.48
Hex E0 62 14 0 38 5B C 17 54 30
Octal 340 142 24 0 70 133 14 27 124 60
Binary 11100000 1100010 10100 0 111000 1011011 1100 10111 1010100 110000

Color Harmonies of #E06214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06214

Black with #E06214

Text Example


Text Example

White with #E06214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06214; }

 p { color: rgb(224,98,20); }

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

background-color css

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

 a { background-color: rgb(224,98,20); }

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

border-color css

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

 span { border-color: rgb(224,98,20); }

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