Html Css Color HEX #E0531B Chocolate

📋 copy color: '#E0531B'

red 224 ◦ green 83 ◦ blue 27

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

Shades of Chocolate #E0531B

Tints of Chocolate #E0531B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.85%

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

R = 67.07%
G = 24.85%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0531B (or 0xE0531B) is known color: Chocolate. HEX triplet: E0, 53 and 1B. RGB value is (224,83,27). Sum of RGB (Red+Green+Blue) = 224+83+27=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E0531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0531B is #1FACE4. Grayscale: #777777. Windows color (decimal): -2075877 or 1790944. OLE color: 1790944.

HSL color Cylindrical-coordinate representation of color #E0531B: hue angle of 17.06º 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 #E0531B is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 83 27 -
CMYK 0 0.63 0.88 0.12
HSL 17.06º 0.78% 0.49% -
HSV(B) 17.06º 0.88% 0.88% -
XYZ 34.03 22.11 3.51 -
YUV 118.78 76.21 203.05 -
System Red Green Blue C M Y K H S L
Decimal 224 83 27 0 0.63 0.88 0.12 17.06 0.78 0.49
Hex E0 53 1B 0 3F 58 C 11 4E 31
Octal 340 123 33 0 77 130 14 21 116 61
Binary 11100000 1010011 11011 0 111111 1011000 1100 10001 1001110 110001

Color Harmonies of #E0531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0531B

Black with #E0531B

Text Example


Text Example

White with #E0531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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