Shades of California #EC8639
Tints of California #EC8639
RGB
CMYK
RGB Variations
Color information
#EC8639 (or 0xEC8639) is known color: California. HEX triplet: EC, 86 and 39. RGB value is (236,134,57). Sum of RGB (Red+Green+Blue) = 236+134+57=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 57 (22.66% from 255 or 13.35% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8639 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8639 is #1379C6. Grayscale: #9C9C9C. Windows color (decimal): -1276359 or 3770092. OLE color: 3770092.
HSL color Cylindrical-coordinate representation of color #EC8639: hue angle of 25.81º degrees, saturation: 0.82, 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 #EC8639 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 57 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.07 |
| HSL | 25.81º | 0.82% | 0.57% | - |
| HSV(B) | 25.81º | 0.76% | 0.93% | - |
| XYZ | 43.86 | 35.18 | 8.35 | - |
| YUV | 155.72 | 72.29 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 57 | 0 | 0.43 | 0.76 | 0.07 | 25.81 | 0.82 | 0.57 |
| Hex | EC | 86 | 39 | 0 | 2B | 4C | 7 | 1A | 52 | 39 |
| Octal | 354 | 206 | 71 | 0 | 53 | 114 | 7 | 32 | 122 | 71 |
| Binary | 11101100 | 10000110 | 111001 | 0 | 101011 | 1001100 | 111 | 11010 | 1010010 | 111001 |
Color Harmonies of #EC8639
Complementary color
Monochromatic Colors of #EC8639
Black with #EC8639
Text Example
Text Example
White with #EC8639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8639; }
p { color: rgb(236,134,57); }
H1.HeaderClassName
{
color: #EC8639;
}
.AnyTagClassName
{
color: #EC8639;
}
</style>
background-color css
<style>
a { background-color: #EC8639; }
a { background-color: rgb(236,134,57); }
div.DivClassName
{
background-color: #EC8639;
}
.BgClassName
{
background-color: #EC8639;
}
</style>
border-color css
<style>
span { border-color: #EC8639; }
span { border-color: rgb(236,134,57); }
td.TdClassName
{
border-color: #EC8639;
}
.TagClassName
{
border-color: #EC8639;
}
</style>