Html Css Color HEX #E06D1C Chocolate

📋 copy color: '#E06D1C'

red 224 ◦ green 109 ◦ blue 28

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

Shades of Chocolate #E06D1C

Tints of Chocolate #E06D1C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.19%

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

R = 62.05%
G = 30.19%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E06D1C (or 0xE06D1C) is known color: Chocolate. HEX triplet: E0, 6D and 1C. RGB value is (224,109,28). Sum of RGB (Red+Green+Blue) = 224+109+28=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06D1C is #1F92E3. Grayscale: #868686. Windows color (decimal): -2069220 or 1863136. OLE color: 1863136.

HSL color Cylindrical-coordinate representation of color #E06D1C: hue angle of 24.8º 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 #E06D1C is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 109 28 -
CMYK 0 0.51 0.88 0.12
HSL 24.8º 0.78% 0.49% -
HSV(B) 24.8º 0.88% 0.88% -
XYZ 36.42 26.87 4.37 -
YUV 134.15 68.1 192.09 -
System Red Green Blue C M Y K H S L
Decimal 224 109 28 0 0.51 0.88 0.12 24.8 0.78 0.49
Hex E0 6D 1C 0 33 58 C 19 4E 31
Octal 340 155 34 0 63 130 14 31 116 61
Binary 11100000 1101101 11100 0 110011 1011000 1100 11001 1001110 110001

Color Harmonies of #E06D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D1C

Black with #E06D1C

Text Example


Text Example

White with #E06D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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