#E35A1A

Color #E35A1A Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #E35A1A

Tints of Chocolate #E35A1A

Color information

#E35A1A (or 0xE35A1A) is unknown color: approx Chocolate. HEX triplet: E3, 5A and 1A. RGB value is (227,90,26). Sum of RGB (Red+Green+Blue) = 227+90+26=343 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.18% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35A1A is #1CA5E5. Grayscale: #7C7C7C. Windows color (decimal): -1877478 or 1727203. OLE color: 1727203.

HSL color Cylindrical-coordinate representation of color #E35A1A: hue angle of 19.1º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E35A1A is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB2279026-
CMYK00.600.890.11
HSL19.1º79.45%49.61%-
HSV(B)19.1º88.55%89.02%-
XYZ35.5223.723.68-
YUV123.6772.89201.7-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 66.18%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 26 (10.55% from 255) = 7.58%
R=66.18%
G=26.24%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.89
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227902600.600.890.1119.179.4549.61
HexE35A1A03C59B134f32
Octal34313232074131132311762
Binary11100011101101011010011110010110011011100111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35A1A; }

 p { color: rgb(227,90,26); }

 H1.HeaderClassName
 {
   color: #E35A1A;
 }
 .AnyTagClassName
 {
   color: #E35A1A;
 }
</style>
background-color css

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

 a { background-color: rgb(227,90,26); }

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

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

 span { border-color: rgb(227,90,26); }

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