Html Css Color HEX #E0531A Chocolate

📋 copy color: '#E0531A'

red 224 ◦ green 83 ◦ blue 26

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

Shades of Chocolate #E0531A

Tints of Chocolate #E0531A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.81%

R = 67.27%
G = 24.92%
B = 7.81%

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

#E0531A (or 0xE0531A) is known color: Chocolate. HEX triplet: E0, 53 and 1A. RGB value is (224,83,26). Sum of RGB (Red+Green+Blue) = 224+83+26=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E0531A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0531A is #1FACE5. Grayscale: #777777. Windows color (decimal): -2075878 or 1725408. OLE color: 1725408.

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

Color convert

RGB 224 83 26 -
CMYK 0 0.63 0.88 0.12
HSL 17.27º 0.79% 0.49% -
HSV(B) 17.27º 0.88% 0.88% -
XYZ 34.02 22.11 3.45 -
YUV 118.66 75.71 203.13 -
System Red Green Blue C M Y K H S L
Decimal 224 83 26 0 0.63 0.88 0.12 17.27 0.79 0.49
Hex E0 53 1A 0 3F 58 C 11 4F 31
Octal 340 123 32 0 77 130 14 21 117 61
Binary 11100000 1010011 11010 0 111111 1011000 1100 10001 1001111 110001

Color Harmonies of #E0531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0531A

Black with #E0531A

Text Example


Text Example

White with #E0531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0531A; }

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

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

background-color css

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

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

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

border-color css

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

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

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