Shades of California #E8883C
Tints of California #E8883C
RGB
CMYK
RGB Variations
Color information
#E8883C (or 0xE8883C) is known color: California. HEX triplet: E8, 88 and 3C. RGB value is (232,136,60). Sum of RGB (Red+Green+Blue) = 232+136+60=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E8883C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8883C is #1777C3. Grayscale: #9C9C9C. Windows color (decimal): -1537988 or 3967208. OLE color: 3967208.
HSL color Cylindrical-coordinate representation of color #E8883C: hue angle of 26.51º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E8883C is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 136 | 60 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.09 |
| HSL | 26.51º | 0.79% | 0.57% | - |
| HSV(B) | 26.51º | 0.74% | 0.91% | - |
| XYZ | 42.9 | 35.09 | 8.79 | - |
| YUV | 156.04 | 73.8 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 136 | 60 | 0 | 0.41 | 0.74 | 0.09 | 26.51 | 0.79 | 0.57 |
| Hex | E8 | 88 | 3C | 0 | 29 | 4A | 9 | 1B | 4F | 39 |
| Octal | 350 | 210 | 74 | 0 | 51 | 112 | 11 | 33 | 117 | 71 |
| Binary | 11101000 | 10001000 | 111100 | 0 | 101001 | 1001010 | 1001 | 11011 | 1001111 | 111001 |
Color Harmonies of #E8883C
Complementary color
Monochromatic Colors of #E8883C
Black with #E8883C
Text Example
Text Example
White with #E8883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8883C; }
p { color: rgb(232,136,60); }
H1.HeaderClassName
{
color: #E8883C;
}
.AnyTagClassName
{
color: #E8883C;
}
</style>
background-color css
<style>
a { background-color: #E8883C; }
a { background-color: rgb(232,136,60); }
div.DivClassName
{
background-color: #E8883C;
}
.BgClassName
{
background-color: #E8883C;
}
</style>
border-color css
<style>
span { border-color: #E8883C; }
span { border-color: rgb(232,136,60); }
td.TdClassName
{
border-color: #E8883C;
}
.TagClassName
{
border-color: #E8883C;
}
</style>