Shades of California #EA953F
Tints of California #EA953F
RGB
CMYK
RGB Variations
Color information
#EA953F (or 0xEA953F) is known color: California. HEX triplet: EA, 95 and 3F. RGB value is (234,149,63). Sum of RGB (Red+Green+Blue) = 234+149+63=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA953F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA953F is #156AC0. Grayscale: #A5A5A5. Windows color (decimal): -1403585 or 4167146. OLE color: 4167146.
HSL color Cylindrical-coordinate representation of color #EA953F: hue angle of 30.18º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA953F is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 63 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.08 |
| HSL | 30.18º | 0.8% | 0.58% | - |
| HSV(B) | 30.18º | 0.73% | 0.92% | - |
| XYZ | 45.58 | 39.35 | 9.9 | - |
| YUV | 164.61 | 70.66 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 63 | 0 | 0.36 | 0.73 | 0.08 | 30.18 | 0.8 | 0.58 |
| Hex | EA | 95 | 3F | 0 | 24 | 49 | 8 | 1E | 50 | 3A |
| Octal | 352 | 225 | 77 | 0 | 44 | 111 | 10 | 36 | 120 | 72 |
| Binary | 11101010 | 10010101 | 111111 | 0 | 100100 | 1001001 | 1000 | 11110 | 1010000 | 111010 |
Color Harmonies of #EA953F
Complementary color
Monochromatic Colors of #EA953F
Black with #EA953F
Text Example
Text Example
White with #EA953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA953F; }
p { color: rgb(234,149,63); }
H1.HeaderClassName
{
color: #EA953F;
}
.AnyTagClassName
{
color: #EA953F;
}
</style>
background-color css
<style>
a { background-color: #EA953F; }
a { background-color: rgb(234,149,63); }
div.DivClassName
{
background-color: #EA953F;
}
.BgClassName
{
background-color: #EA953F;
}
</style>
border-color css
<style>
span { border-color: #EA953F; }
span { border-color: rgb(234,149,63); }
td.TdClassName
{
border-color: #EA953F;
}
.TagClassName
{
border-color: #EA953F;
}
</style>