Shades of California #EA943F
Tints of California #EA943F
RGB
CMYK
RGB Variations
Color information
#EA943F (or 0xEA943F) is known color: California. HEX triplet: EA, 94 and 3F. RGB value is (234,148,63). Sum of RGB (Red+Green+Blue) = 234+148+63=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA943F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA943F is #156BC0. Grayscale: #A4A4A4. Windows color (decimal): -1403841 or 4166890. OLE color: 4166890.
HSL color Cylindrical-coordinate representation of color #EA943F: hue angle of 29.82º 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 #EA943F is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 63 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.08 |
| HSL | 29.82º | 0.8% | 0.58% | - |
| HSV(B) | 29.82º | 0.73% | 0.92% | - |
| XYZ | 45.42 | 39.03 | 9.84 | - |
| YUV | 164.02 | 70.99 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 63 | 0 | 0.37 | 0.73 | 0.08 | 29.82 | 0.8 | 0.58 |
| Hex | EA | 94 | 3F | 0 | 25 | 49 | 8 | 1E | 50 | 3A |
| Octal | 352 | 224 | 77 | 0 | 45 | 111 | 10 | 36 | 120 | 72 |
| Binary | 11101010 | 10010100 | 111111 | 0 | 100101 | 1001001 | 1000 | 11110 | 1010000 | 111010 |
Color Harmonies of #EA943F
Complementary color
Monochromatic Colors of #EA943F
Black with #EA943F
Text Example
Text Example
White with #EA943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA943F; }
p { color: rgb(234,148,63); }
H1.HeaderClassName
{
color: #EA943F;
}
.AnyTagClassName
{
color: #EA943F;
}
</style>
background-color css
<style>
a { background-color: #EA943F; }
a { background-color: rgb(234,148,63); }
div.DivClassName
{
background-color: #EA943F;
}
.BgClassName
{
background-color: #EA943F;
}
</style>
border-color css
<style>
span { border-color: #EA943F; }
span { border-color: rgb(234,148,63); }
td.TdClassName
{
border-color: #EA943F;
}
.TagClassName
{
border-color: #EA943F;
}
</style>