Shades of California #EA8A31
Tints of California #EA8A31
RGB
CMYK
RGB Variations
Color information
#EA8A31 (or 0xEA8A31) is known color: California. HEX triplet: EA, 8A and 31. RGB value is (234,138,49). Sum of RGB (Red+Green+Blue) = 234+138+49=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8A31 is #1575CE. Grayscale: #9D9D9D. Windows color (decimal): -1406415 or 3246826. OLE color: 3246826.
HSL color Cylindrical-coordinate representation of color #EA8A31: hue angle of 28.86º 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 #EA8A31 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 138 | 49 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.08 |
| HSL | 28.86º | 0.81% | 0.55% | - |
| HSV(B) | 28.86º | 0.79% | 0.92% | - |
| XYZ | 43.57 | 35.89 | 7.54 | - |
| YUV | 156.56 | 67.3 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 138 | 49 | 0 | 0.41 | 0.79 | 0.08 | 28.86 | 0.81 | 0.55 |
| Hex | EA | 8A | 31 | 0 | 29 | 4F | 8 | 1D | 51 | 37 |
| Octal | 352 | 212 | 61 | 0 | 51 | 117 | 10 | 35 | 121 | 67 |
| Binary | 11101010 | 10001010 | 110001 | 0 | 101001 | 1001111 | 1000 | 11101 | 1010001 | 110111 |
Color Harmonies of #EA8A31
Complementary color
Monochromatic Colors of #EA8A31
Black with #EA8A31
Text Example
Text Example
White with #EA8A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8A31; }
p { color: rgb(234,138,49); }
H1.HeaderClassName
{
color: #EA8A31;
}
.AnyTagClassName
{
color: #EA8A31;
}
</style>
background-color css
<style>
a { background-color: #EA8A31; }
a { background-color: rgb(234,138,49); }
div.DivClassName
{
background-color: #EA8A31;
}
.BgClassName
{
background-color: #EA8A31;
}
</style>
border-color css
<style>
span { border-color: #EA8A31; }
span { border-color: rgb(234,138,49); }
td.TdClassName
{
border-color: #EA8A31;
}
.TagClassName
{
border-color: #EA8A31;
}
</style>