Shades of California #EC8938
Tints of California #EC8938
RGB
CMYK
RGB Variations
Color information
#EC8938 (or 0xEC8938) is known color: California. HEX triplet: EC, 89 and 38. RGB value is (236,137,56). Sum of RGB (Red+Green+Blue) = 236+137+56=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 56 (22.27% from 255 or 13.05% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8938 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8938 is #1376C7. Grayscale: #9D9D9D. Windows color (decimal): -1275592 or 3705324. OLE color: 3705324.
HSL color Cylindrical-coordinate representation of color #EC8938: hue angle of 27º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC8938 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 56 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.07 |
| HSL | 27º | 0.83% | 0.57% | - |
| HSV(B) | 27º | 0.76% | 0.93% | - |
| XYZ | 44.25 | 36.01 | 8.36 | - |
| YUV | 157.37 | 70.8 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 56 | 0 | 0.42 | 0.76 | 0.07 | 27 | 0.83 | 0.57 |
| Hex | EC | 89 | 38 | 0 | 2A | 4C | 7 | 1B | 53 | 39 |
| Octal | 354 | 211 | 70 | 0 | 52 | 114 | 7 | 33 | 123 | 71 |
| Binary | 11101100 | 10001001 | 111000 | 0 | 101010 | 1001100 | 111 | 11011 | 1010011 | 111001 |
Color Harmonies of #EC8938
Complementary color
Monochromatic Colors of #EC8938
Black with #EC8938
Text Example
Text Example
White with #EC8938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8938; }
p { color: rgb(236,137,56); }
H1.HeaderClassName
{
color: #EC8938;
}
.AnyTagClassName
{
color: #EC8938;
}
</style>
background-color css
<style>
a { background-color: #EC8938; }
a { background-color: rgb(236,137,56); }
div.DivClassName
{
background-color: #EC8938;
}
.BgClassName
{
background-color: #EC8938;
}
</style>
border-color css
<style>
span { border-color: #EC8938; }
span { border-color: rgb(236,137,56); }
td.TdClassName
{
border-color: #EC8938;
}
.TagClassName
{
border-color: #EC8938;
}
</style>