Shades of California #E4913C
Tints of California #E4913C
RGB
CMYK
RGB Variations
Color information
#E4913C (or 0xE4913C) is known color: California. HEX triplet: E4, 91 and 3C. RGB value is (228,145,60). Sum of RGB (Red+Green+Blue) = 228+145+60=433 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.66% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 228 - color contains mainly: red. Hex color #E4913C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4913C is #1B6EC3. Grayscale: #A0A0A0. Windows color (decimal): -1797828 or 3969508. OLE color: 3969508.
HSL color Cylindrical-coordinate representation of color #E4913C: hue angle of 30.36º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E4913C is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 145 | 60 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.11 |
| HSL | 30.36º | 0.76% | 0.56% | - |
| HSV(B) | 30.36º | 0.74% | 0.89% | - |
| XYZ | 42.94 | 37.07 | 9.17 | - |
| YUV | 160.13 | 71.5 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 145 | 60 | 0 | 0.36 | 0.74 | 0.11 | 30.36 | 0.76 | 0.56 |
| Hex | E4 | 91 | 3C | 0 | 24 | 4A | B | 1E | 4C | 38 |
| Octal | 344 | 221 | 74 | 0 | 44 | 112 | 13 | 36 | 114 | 70 |
| Binary | 11100100 | 10010001 | 111100 | 0 | 100100 | 1001010 | 1011 | 11110 | 1001100 | 111000 |
Color Harmonies of #E4913C
Complementary color
Monochromatic Colors of #E4913C
Black with #E4913C
Text Example
Text Example
White with #E4913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4913C; }
p { color: rgb(228,145,60); }
H1.HeaderClassName
{
color: #E4913C;
}
.AnyTagClassName
{
color: #E4913C;
}
</style>
background-color css
<style>
a { background-color: #E4913C; }
a { background-color: rgb(228,145,60); }
div.DivClassName
{
background-color: #E4913C;
}
.BgClassName
{
background-color: #E4913C;
}
</style>
border-color css
<style>
span { border-color: #E4913C; }
span { border-color: rgb(228,145,60); }
td.TdClassName
{
border-color: #E4913C;
}
.TagClassName
{
border-color: #E4913C;
}
</style>