#E18D3E

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

Shades of California #E18D3E

Tints of California #E18D3E

Color information

#E18D3E (or 0xE18D3E) is unknown color: approx California. HEX triplet: E1, 8D and 3E. RGB value is (225,141,62). Sum of RGB (Red+Green+Blue) = 225+141+62=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18D3E is #1E72C1. Grayscale: #9D9D9D. Windows color (decimal): -1995458 or 4099553. OLE color: 4099553.

HSL color Cylindrical-coordinate representation of color #E18D3E: hue angle of 29.08º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E18D3E is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB22514162-
CMYK00.370.720.12
HSL29.08º73.09%56.27%-
HSV(B)29.08º72.44%88.24%-
XYZ41.4535.419.21-
YUV157.1174.33176.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.57%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 62 (24.61% from 255) = 14.49%
R=52.57%
G=32.94%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251416200.370.720.1229.0873.0956.27
HexE18D3E02548C1d4938
Octal34121576045110143511170
Binary1110000110001101111110010010110010001100111011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18D3E; }

 p { color: rgb(225,141,62); }

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

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

 a { background-color: rgb(225,141,62); }

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

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

 span { border-color: rgb(225,141,62); }

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