Html Css Color HEX #E06421 Chocolate

📋 copy color: '#E06421'

red 224 ◦ green 100 ◦ blue 33

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

Shades of Chocolate #E06421

Tints of Chocolate #E06421

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.01%

 BLUE value IS 33 (13.28% from 255) = 9.24%

R = 62.75%
G = 28.01%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E06421 (or 0xE06421) is known color: Chocolate. HEX triplet: E0, 64 and 21. RGB value is (224,100,33). Sum of RGB (Red+Green+Blue) = 224+100+33=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E06421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06421 is #1F9BDE. Grayscale: #818181. Windows color (decimal): -2071519 or 2188512. OLE color: 2188512.

HSL color Cylindrical-coordinate representation of color #E06421: hue angle of 21.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E06421 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 100 33 -
CMYK 0 0.55 0.85 0.12
HSL 21.05º 0.75% 0.5% -
HSV(B) 21.05º 0.85% 0.88% -
XYZ 35.57 25.07 4.4 -
YUV 129.44 73.58 195.45 -
System Red Green Blue C M Y K H S L
Decimal 224 100 33 0 0.55 0.85 0.12 21.05 0.75 0.5
Hex E0 64 21 0 37 55 C 15 4B 32
Octal 340 144 41 0 67 125 14 25 113 62
Binary 11100000 1100100 100001 0 110111 1010101 1100 10101 1001011 110010

Color Harmonies of #E06421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06421

Black with #E06421

Text Example


Text Example

White with #E06421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06421; }

 p { color: rgb(224,100,33); }

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

background-color css

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

 a { background-color: rgb(224,100,33); }

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

border-color css

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

 span { border-color: rgb(224,100,33); }

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