Html Css Color HEX #E06213 Chocolate

📋 copy color: '#E06213'

red 224 ◦ green 98 ◦ blue 19

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

Shades of Chocolate #E06213

Tints of Chocolate #E06213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.57%

R = 65.69%
G = 28.74%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E06213 (or 0xE06213) is known color: Chocolate. HEX triplet: E0, 62 and 13. RGB value is (224,98,19). Sum of RGB (Red+Green+Blue) = 224+98+19=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E06213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06213 is #1F9DEC. Grayscale: #7F7F7F. Windows color (decimal): -2072045 or 1270496. OLE color: 1270496.

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

Color convert

RGB 224 98 19 -
CMYK 0 0.56 0.92 0.12
HSL 23.12º 0.84% 0.48% -
HSV(B) 23.12º 0.92% 0.88% -
XYZ 35.23 24.63 3.51 -
YUV 126.67 67.24 197.42 -
System Red Green Blue C M Y K H S L
Decimal 224 98 19 0 0.56 0.92 0.12 23.12 0.84 0.48
Hex E0 62 13 0 38 5C C 17 54 30
Octal 340 142 23 0 70 134 14 27 124 60
Binary 11100000 1100010 10011 0 111000 1011100 1100 10111 1010100 110000

Color Harmonies of #E06213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06213

Black with #E06213

Text Example


Text Example

White with #E06213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06213; }

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

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

background-color css

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

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

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

border-color css

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

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

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