Html Css Color HEX #E06D1A Chocolate

📋 copy color: '#E06D1A'

red 224 ◦ green 109 ◦ blue 26

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

Shades of Chocolate #E06D1A

Tints of Chocolate #E06D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.24%

R = 62.4%
G = 30.36%
B = 7.24%

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

#E06D1A (or 0xE06D1A) is known color: Chocolate. HEX triplet: E0, 6D and 1A. RGB value is (224,109,26). Sum of RGB (Red+Green+Blue) = 224+109+26=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06D1A is #1F92E5. Grayscale: #868686. Windows color (decimal): -2069222 or 1732064. OLE color: 1732064.

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

Color convert

RGB 224 109 26 -
CMYK 0 0.51 0.88 0.12
HSL 25.15º 0.79% 0.49% -
HSV(B) 25.15º 0.88% 0.88% -
XYZ 36.4 26.86 4.24 -
YUV 133.92 67.1 192.25 -
System Red Green Blue C M Y K H S L
Decimal 224 109 26 0 0.51 0.88 0.12 25.15 0.79 0.49
Hex E0 6D 1A 0 33 58 C 19 4F 31
Octal 340 155 32 0 63 130 14 31 117 61
Binary 11100000 1101101 11010 0 110011 1011000 1100 11001 1001111 110001

Color Harmonies of #E06D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D1A

Black with #E06D1A

Text Example


Text Example

White with #E06D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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