Shades of California #EA923A
Tints of California #EA923A
RGB
CMYK
RGB Variations
Color information
#EA923A (or 0xEA923A) is known color: California. HEX triplet: EA, 92 and 3A. RGB value is (234,146,58). Sum of RGB (Red+Green+Blue) = 234+146+58=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA923A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA923A is #156DC5. Grayscale: #A2A2A2. Windows color (decimal): -1404358 or 3838698. OLE color: 3838698.
HSL color Cylindrical-coordinate representation of color #EA923A: hue angle of 30º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA923A is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 146 | 58 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.08 |
| HSL | 30º | 0.81% | 0.57% | - |
| HSV(B) | 30º | 0.75% | 0.92% | - |
| XYZ | 44.97 | 38.36 | 9.04 | - |
| YUV | 162.28 | 69.15 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 146 | 58 | 0 | 0.38 | 0.75 | 0.08 | 30 | 0.81 | 0.57 |
| Hex | EA | 92 | 3A | 0 | 26 | 4B | 8 | 1E | 51 | 39 |
| Octal | 352 | 222 | 72 | 0 | 46 | 113 | 10 | 36 | 121 | 71 |
| Binary | 11101010 | 10010010 | 111010 | 0 | 100110 | 1001011 | 1000 | 11110 | 1010001 | 111001 |
Color Harmonies of #EA923A
Complementary color
Monochromatic Colors of #EA923A
Black with #EA923A
Text Example
Text Example
White with #EA923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA923A; }
p { color: rgb(234,146,58); }
H1.HeaderClassName
{
color: #EA923A;
}
.AnyTagClassName
{
color: #EA923A;
}
</style>
background-color css
<style>
a { background-color: #EA923A; }
a { background-color: rgb(234,146,58); }
div.DivClassName
{
background-color: #EA923A;
}
.BgClassName
{
background-color: #EA923A;
}
</style>
border-color css
<style>
span { border-color: #EA923A; }
span { border-color: rgb(234,146,58); }
td.TdClassName
{
border-color: #EA923A;
}
.TagClassName
{
border-color: #EA923A;
}
</style>