Shades of California #EA8831
Tints of California #EA8831
RGB
CMYK
RGB Variations
Color information
#EA8831 (or 0xEA8831) is known color: California. HEX triplet: EA, 88 and 31. RGB value is (234,136,49). Sum of RGB (Red+Green+Blue) = 234+136+49=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8831 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8831 is #1577CE. Grayscale: #9B9B9B. Windows color (decimal): -1406927 or 3246314. OLE color: 3246314.
HSL color Cylindrical-coordinate representation of color #EA8831: hue angle of 28.22º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA8831 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 49 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.08 |
| HSL | 28.22º | 0.81% | 0.55% | - |
| HSV(B) | 28.22º | 0.79% | 0.92% | - |
| XYZ | 43.29 | 35.32 | 7.44 | - |
| YUV | 155.38 | 67.97 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 49 | 0 | 0.42 | 0.79 | 0.08 | 28.22 | 0.81 | 0.55 |
| Hex | EA | 88 | 31 | 0 | 2A | 4F | 8 | 1C | 51 | 37 |
| Octal | 352 | 210 | 61 | 0 | 52 | 117 | 10 | 34 | 121 | 67 |
| Binary | 11101010 | 10001000 | 110001 | 0 | 101010 | 1001111 | 1000 | 11100 | 1010001 | 110111 |
Color Harmonies of #EA8831
Complementary color
Monochromatic Colors of #EA8831
Black with #EA8831
Text Example
Text Example
White with #EA8831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8831; }
p { color: rgb(234,136,49); }
H1.HeaderClassName
{
color: #EA8831;
}
.AnyTagClassName
{
color: #EA8831;
}
</style>
background-color css
<style>
a { background-color: #EA8831; }
a { background-color: rgb(234,136,49); }
div.DivClassName
{
background-color: #EA8831;
}
.BgClassName
{
background-color: #EA8831;
}
</style>
border-color css
<style>
span { border-color: #EA8831; }
span { border-color: rgb(234,136,49); }
td.TdClassName
{
border-color: #EA8831;
}
.TagClassName
{
border-color: #EA8831;
}
</style>