Shades of California #EA953C
Tints of California #EA953C
RGB
CMYK
RGB Variations
Color information
#EA953C (or 0xEA953C) is known color: California. HEX triplet: EA, 95 and 3C. RGB value is (234,149,60). Sum of RGB (Red+Green+Blue) = 234+149+60=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA953C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA953C is #156AC3. Grayscale: #A4A4A4. Windows color (decimal): -1403588 or 3970538. OLE color: 3970538.
HSL color Cylindrical-coordinate representation of color #EA953C: hue angle of 30.69º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA953C is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 60 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.08 |
| HSL | 30.69º | 0.81% | 0.58% | - |
| HSV(B) | 30.69º | 0.74% | 0.92% | - |
| XYZ | 45.49 | 39.31 | 9.47 | - |
| YUV | 164.27 | 69.16 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 60 | 0 | 0.36 | 0.74 | 0.08 | 30.69 | 0.81 | 0.58 |
| Hex | EA | 95 | 3C | 0 | 24 | 4A | 8 | 1F | 51 | 3A |
| Octal | 352 | 225 | 74 | 0 | 44 | 112 | 10 | 37 | 121 | 72 |
| Binary | 11101010 | 10010101 | 111100 | 0 | 100100 | 1001010 | 1000 | 11111 | 1010001 | 111010 |
Color Harmonies of #EA953C
Complementary color
Monochromatic Colors of #EA953C
Black with #EA953C
Text Example
Text Example
White with #EA953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA953C; }
p { color: rgb(234,149,60); }
H1.HeaderClassName
{
color: #EA953C;
}
.AnyTagClassName
{
color: #EA953C;
}
</style>
background-color css
<style>
a { background-color: #EA953C; }
a { background-color: rgb(234,149,60); }
div.DivClassName
{
background-color: #EA953C;
}
.BgClassName
{
background-color: #EA953C;
}
</style>
border-color css
<style>
span { border-color: #EA953C; }
span { border-color: rgb(234,149,60); }
td.TdClassName
{
border-color: #EA953C;
}
.TagClassName
{
border-color: #EA953C;
}
</style>