Html Css Color HEX #E45F16 Chocolate

📋 copy color: '#E45F16'

red 228 ◦ green 95 ◦ blue 22

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

Shades of Chocolate #E45F16

Tints of Chocolate #E45F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.38%

R = 66.09%
G = 27.54%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E45F16 (or 0xE45F16) is known color: Chocolate. HEX triplet: E4, 5F and 16. RGB value is (228,95,22). Sum of RGB (Red+Green+Blue) = 228+95+22=345 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.09% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45F16 is #1BA0E9. Grayscale: #7E7E7E. Windows color (decimal): -1810666 or 1466340. OLE color: 1466340.

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

Color convert

RGB 228 95 22 -
CMYK 0 0.58 0.90 0.11
HSL 21.26º 0.82% 0.49% -
HSV(B) 21.26º 0.9% 0.89% -
XYZ 36.23 24.74 3.62 -
YUV 126.45 69.06 200.44 -
System Red Green Blue C M Y K H S L
Decimal 228 95 22 0 0.58 0.90 0.11 21.26 0.82 0.49
Hex E4 5F 16 0 3A 5A B 15 52 31
Octal 344 137 26 0 72 132 13 25 122 61
Binary 11100100 1011111 10110 0 111010 1011010 1011 10101 1010010 110001

Color Harmonies of #E45F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F16

Black with #E45F16

Text Example


Text Example

White with #E45F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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