Html Css Color HEX #E45F21 Chocolate

📋 copy color: '#E45F21'

red 228 ◦ green 95 ◦ blue 33

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

Shades of Chocolate #E45F21

Tints of Chocolate #E45F21

RGB

 RED value IS 228 (89.45% from 255) = 64.04%

 GREEN value IS 95 (37.5% from 255) = 26.69%

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

R = 64.04%
G = 26.69%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E45F21 (or 0xE45F21) is known color: Chocolate. HEX triplet: E4, 5F and 21. RGB value is (228,95,33). Sum of RGB (Red+Green+Blue) = 228+95+33=356 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.04% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45F21 is #1BA0DE. Grayscale: #808080. Windows color (decimal): -1810655 or 2187236. OLE color: 2187236.

HSL color Cylindrical-coordinate representation of color #E45F21: hue angle of 19.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E45F21 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 95 33 -
CMYK 0 0.58 0.86 0.11
HSL 19.08º 0.78% 0.51% -
HSV(B) 19.08º 0.86% 0.89% -
XYZ 36.36 24.79 4.31 -
YUV 127.7 74.56 199.54 -
System Red Green Blue C M Y K H S L
Decimal 228 95 33 0 0.58 0.86 0.11 19.08 0.78 0.51
Hex E4 5F 21 0 3A 56 B 13 4E 33
Octal 344 137 41 0 72 126 13 23 116 63
Binary 11100100 1011111 100001 0 111010 1010110 1011 10011 1001110 110011

Color Harmonies of #E45F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F21

Black with #E45F21

Text Example


Text Example

White with #E45F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F21; }

 p { color: rgb(228,95,33); }

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

background-color css

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

 a { background-color: rgb(228,95,33); }

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

border-color css

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

 span { border-color: rgb(228,95,33); }

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