Html Css Color HEX #E05D1B Chocolate

📋 copy color: '#E05D1B'

red 224 ◦ green 93 ◦ blue 27

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

Shades of Chocolate #E05D1B

Tints of Chocolate #E05D1B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.03%

 BLUE value IS 27 (10.94% from 255) = 7.85%

R = 65.12%
G = 27.03%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E05D1B (or 0xE05D1B) is known color: Chocolate. HEX triplet: E0, 5D and 1B. RGB value is (224,93,27). Sum of RGB (Red+Green+Blue) = 224+93+27=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05D1B is #1FA2E4. Grayscale: #7D7D7D. Windows color (decimal): -2073317 or 1793504. OLE color: 1793504.

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

Color convert

RGB 224 93 27 -
CMYK 0 0.58 0.88 0.12
HSL 20.1º 0.78% 0.49% -
HSV(B) 20.1º 0.88% 0.88% -
XYZ 34.85 23.76 3.79 -
YUV 124.65 72.9 198.87 -
System Red Green Blue C M Y K H S L
Decimal 224 93 27 0 0.58 0.88 0.12 20.1 0.78 0.49
Hex E0 5D 1B 0 3A 58 C 14 4E 31
Octal 340 135 33 0 72 130 14 24 116 61
Binary 11100000 1011101 11011 0 111010 1011000 1100 10100 1001110 110001

Color Harmonies of #E05D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D1B

Black with #E05D1B

Text Example


Text Example

White with #E05D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D1B; }

 p { color: rgb(224,93,27); }

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

background-color css

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

 a { background-color: rgb(224,93,27); }

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

border-color css

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

 span { border-color: rgb(224,93,27); }

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