Html Css Color HEX #E06C1C Chocolate

📋 copy color: '#E06C1C'

red 224 ◦ green 108 ◦ blue 28

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

Shades of Chocolate #E06C1C

Tints of Chocolate #E06C1C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30%

 BLUE value IS 28 (11.33% from 255) = 7.78%

R = 62.22%
G = 30%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E06C1C (or 0xE06C1C) is known color: Chocolate. HEX triplet: E0, 6C and 1C. RGB value is (224,108,28). Sum of RGB (Red+Green+Blue) = 224+108+28=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06C1C is #1F93E3. Grayscale: #868686. Windows color (decimal): -2069476 or 1862880. OLE color: 1862880.

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

Color convert

RGB 224 108 28 -
CMYK 0 0.52 0.88 0.12
HSL 24.49º 0.78% 0.49% -
HSV(B) 24.49º 0.88% 0.88% -
XYZ 36.31 26.66 4.33 -
YUV 133.56 68.43 192.5 -
System Red Green Blue C M Y K H S L
Decimal 224 108 28 0 0.52 0.88 0.12 24.49 0.78 0.49
Hex E0 6C 1C 0 34 58 C 18 4E 31
Octal 340 154 34 0 64 130 14 30 116 61
Binary 11100000 1101100 11100 0 110100 1011000 1100 11000 1001110 110001

Color Harmonies of #E06C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C1C

Black with #E06C1C

Text Example


Text Example

White with #E06C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C1C; }

 p { color: rgb(224,108,28); }

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

background-color css

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

 a { background-color: rgb(224,108,28); }

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

border-color css

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

 span { border-color: rgb(224,108,28); }

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