#E18A2E

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

Shades of California #E18A2E

Tints of California #E18A2E

Color information

#E18A2E (or 0xE18A2E) is unknown color: approx California. HEX triplet: E1, 8A and 2E. RGB value is (225,138,46). Sum of RGB (Red+Green+Blue) = 225+138+46=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A2E is #1E75D1. Grayscale: #999999. Windows color (decimal): -1996242 or 3050209. OLE color: 3050209.

HSL color Cylindrical-coordinate representation of color #E18A2E: hue angle of 30.84º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E18A2E is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB22513846-
CMYK00.390.800.12
HSL30.84º74.9%53.14%-
HSV(B)30.84º79.56%88.24%-
XYZ40.6334.387.08-
YUV153.5267.32178.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.01%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 46 (18.36% from 255) = 11.25%
R=55.01%
G=33.74%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251384600.390.800.1230.8474.953.14
HexE18A2E02750C1f4b35
Octal34121256047120143711365
Binary1110000110001010101110010011110100001100111111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18A2E; }

 p { color: rgb(225,138,46); }

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

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

 a { background-color: rgb(225,138,46); }

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

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

 span { border-color: rgb(225,138,46); }

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