Shades of California #E18A32
Tints of California #E18A32
RGB
CMYK
RGB Variations
Color information
#E18A32 (or 0xE18A32) is known color: California. HEX triplet: E1, 8A and 32. RGB value is (225,138,50). Sum of RGB (Red+Green+Blue) = 225+138+50=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A32 is #1E75CD. Grayscale: #9A9A9A. Windows color (decimal): -1996238 or 3312353. OLE color: 3312353.
HSL color Cylindrical-coordinate representation of color #E18A32: hue angle of 30.17º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E18A32 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 50 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.12 |
| HSL | 30.17º | 0.74% | 0.54% | - |
| HSV(B) | 30.17º | 0.78% | 0.88% | - |
| XYZ | 40.72 | 34.41 | 7.51 | - |
| YUV | 153.98 | 69.32 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 50 | 0 | 0.39 | 0.78 | 0.12 | 30.17 | 0.74 | 0.54 |
| Hex | E1 | 8A | 32 | 0 | 27 | 4E | C | 1E | 4A | 36 |
| Octal | 341 | 212 | 62 | 0 | 47 | 116 | 14 | 36 | 112 | 66 |
| Binary | 11100001 | 10001010 | 110010 | 0 | 100111 | 1001110 | 1100 | 11110 | 1001010 | 110110 |
Color Harmonies of #E18A32
Complementary color
Monochromatic Colors of #E18A32
Black with #E18A32
Text Example
Text Example
White with #E18A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A32; }
p { color: rgb(225,138,50); }
H1.HeaderClassName
{
color: #E18A32;
}
.AnyTagClassName
{
color: #E18A32;
}
</style>
background-color css
<style>
a { background-color: #E18A32; }
a { background-color: rgb(225,138,50); }
div.DivClassName
{
background-color: #E18A32;
}
.BgClassName
{
background-color: #E18A32;
}
</style>
border-color css
<style>
span { border-color: #E18A32; }
span { border-color: rgb(225,138,50); }
td.TdClassName
{
border-color: #E18A32;
}
.TagClassName
{
border-color: #E18A32;
}
</style>