Html Css Color HEX #E05B16 Chocolate

📋 copy color: '#E05B16'

red 224 ◦ green 91 ◦ blue 22

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

Shades of Chocolate #E05B16

Tints of Chocolate #E05B16

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27%

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

R = 66.47%
G = 27%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E05B16 (or 0xE05B16) is known color: Chocolate. HEX triplet: E0, 5B and 16. RGB value is (224,91,22). Sum of RGB (Red+Green+Blue) = 224+91+22=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05B16 is #1FA4E9. Grayscale: #7B7B7B. Windows color (decimal): -2073834 or 1465312. OLE color: 1465312.

HSL color Cylindrical-coordinate representation of color #E05B16: hue angle of 20.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E05B16 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 91 22 -
CMYK 0 0.59 0.90 0.12
HSL 20.5º 0.82% 0.48% -
HSV(B) 20.5º 0.9% 0.88% -
XYZ 34.63 23.39 3.45 -
YUV 122.9 71.06 200.11 -
System Red Green Blue C M Y K H S L
Decimal 224 91 22 0 0.59 0.90 0.12 20.5 0.82 0.48
Hex E0 5B 16 0 3B 5A C 14 52 30
Octal 340 133 26 0 73 132 14 24 122 60
Binary 11100000 1011011 10110 0 111011 1011010 1100 10100 1010010 110000

Color Harmonies of #E05B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05B16

Black with #E05B16

Text Example


Text Example

White with #E05B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05B16; }

 p { color: rgb(224,91,22); }

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

background-color css

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

 a { background-color: rgb(224,91,22); }

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

border-color css

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

 span { border-color: rgb(224,91,22); }

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