Shades of California #E5883D
Tints of California #E5883D
RGB
CMYK
RGB Variations
Color information
#E5883D (or 0xE5883D) is known color: California. HEX triplet: E5, 88 and 3D. RGB value is (229,136,61). Sum of RGB (Red+Green+Blue) = 229+136+61=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E5883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5883D is #1A77C2. Grayscale: #9B9B9B. Windows color (decimal): -1734595 or 4032741. OLE color: 4032741.
HSL color Cylindrical-coordinate representation of color #E5883D: hue angle of 26.79º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5883D is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 136 | 61 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.10 |
| HSL | 26.79º | 0.76% | 0.57% | - |
| HSV(B) | 26.79º | 0.73% | 0.9% | - |
| XYZ | 41.96 | 34.6 | 8.88 | - |
| YUV | 155.26 | 74.81 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 136 | 61 | 0 | 0.41 | 0.73 | 0.10 | 26.79 | 0.76 | 0.57 |
| Hex | E5 | 88 | 3D | 0 | 29 | 49 | A | 1B | 4C | 39 |
| Octal | 345 | 210 | 75 | 0 | 51 | 111 | 12 | 33 | 114 | 71 |
| Binary | 11100101 | 10001000 | 111101 | 0 | 101001 | 1001001 | 1010 | 11011 | 1001100 | 111001 |
Color Harmonies of #E5883D
Complementary color
Monochromatic Colors of #E5883D
Black with #E5883D
Text Example
Text Example
White with #E5883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5883D; }
p { color: rgb(229,136,61); }
H1.HeaderClassName
{
color: #E5883D;
}
.AnyTagClassName
{
color: #E5883D;
}
</style>
background-color css
<style>
a { background-color: #E5883D; }
a { background-color: rgb(229,136,61); }
div.DivClassName
{
background-color: #E5883D;
}
.BgClassName
{
background-color: #E5883D;
}
</style>
border-color css
<style>
span { border-color: #E5883D; }
span { border-color: rgb(229,136,61); }
td.TdClassName
{
border-color: #E5883D;
}
.TagClassName
{
border-color: #E5883D;
}
</style>