Html Css Color HEX #E45F18 Chocolate

📋 copy color: '#E45F18'

red 228 ◦ green 95 ◦ blue 24

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

Shades of Chocolate #E45F18

Tints of Chocolate #E45F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.92%

R = 65.71%
G = 27.38%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E45F18 (or 0xE45F18) is known color: Chocolate. HEX triplet: E4, 5F and 18. RGB value is (228,95,24). Sum of RGB (Red+Green+Blue) = 228+95+24=347 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.71% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45F18 is #1BA0E7. Grayscale: #7F7F7F. Windows color (decimal): -1810664 or 1597412. OLE color: 1597412.

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

Color convert

RGB 228 95 24 -
CMYK 0 0.58 0.89 0.11
HSL 20.88º 0.81% 0.49% -
HSV(B) 20.88º 0.89% 0.89% -
XYZ 36.25 24.74 3.73 -
YUV 126.67 70.06 200.27 -
System Red Green Blue C M Y K H S L
Decimal 228 95 24 0 0.58 0.89 0.11 20.88 0.81 0.49
Hex E4 5F 18 0 3A 59 B 15 51 31
Octal 344 137 30 0 72 131 13 25 121 61
Binary 11100100 1011111 11000 0 111010 1011001 1011 10101 1010001 110001

Color Harmonies of #E45F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F18

Black with #E45F18

Text Example


Text Example

White with #E45F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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