Shades of California #EA903F
Tints of California #EA903F
RGB
CMYK
RGB Variations
Color information
#EA903F (or 0xEA903F) is known color: California. HEX triplet: EA, 90 and 3F. RGB value is (234,144,63). Sum of RGB (Red+Green+Blue) = 234+144+63=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA903F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA903F is #156FC0. Grayscale: #A2A2A2. Windows color (decimal): -1404865 or 4165866. OLE color: 4165866.
HSL color Cylindrical-coordinate representation of color #EA903F: hue angle of 28.42º 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 #EA903F is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 144 | 63 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.08 |
| HSL | 28.42º | 0.8% | 0.58% | - |
| HSV(B) | 28.42º | 0.73% | 0.92% | - |
| XYZ | 44.8 | 37.8 | 9.64 | - |
| YUV | 161.68 | 72.32 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 63 | 0 | 0.38 | 0.73 | 0.08 | 28.42 | 0.8 | 0.58 |
| Hex | EA | 90 | 3F | 0 | 26 | 49 | 8 | 1C | 50 | 3A |
| Octal | 352 | 220 | 77 | 0 | 46 | 111 | 10 | 34 | 120 | 72 |
| Binary | 11101010 | 10010000 | 111111 | 0 | 100110 | 1001001 | 1000 | 11100 | 1010000 | 111010 |
Color Harmonies of #EA903F
Complementary color
Monochromatic Colors of #EA903F
Black with #EA903F
Text Example
Text Example
White with #EA903F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA903F; }
p { color: rgb(234,144,63); }
H1.HeaderClassName
{
color: #EA903F;
}
.AnyTagClassName
{
color: #EA903F;
}
</style>
background-color css
<style>
a { background-color: #EA903F; }
a { background-color: rgb(234,144,63); }
div.DivClassName
{
background-color: #EA903F;
}
.BgClassName
{
background-color: #EA903F;
}
</style>
border-color css
<style>
span { border-color: #EA903F; }
span { border-color: rgb(234,144,63); }
td.TdClassName
{
border-color: #EA903F;
}
.TagClassName
{
border-color: #EA903F;
}
</style>