Shades of California #ED8737
Tints of California #ED8737
RGB
CMYK
RGB Variations
Color information
#ED8737 (or 0xED8737) is known color: California. HEX triplet: ED, 87 and 37. RGB value is (237,135,55). Sum of RGB (Red+Green+Blue) = 237+135+55=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 55 (21.88% from 255 or 12.88% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8737 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8737 is #1278C8. Grayscale: #9C9C9C. Windows color (decimal): -1210569 or 3639277. OLE color: 3639277.
HSL color Cylindrical-coordinate representation of color #ED8737: hue angle of 26.37º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED8737 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 55 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.07 |
| HSL | 26.37º | 0.83% | 0.57% | - |
| HSV(B) | 26.37º | 0.77% | 0.93% | - |
| XYZ | 44.28 | 35.61 | 8.15 | - |
| YUV | 156.38 | 70.79 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 55 | 0 | 0.43 | 0.77 | 0.07 | 26.37 | 0.83 | 0.57 |
| Hex | ED | 87 | 37 | 0 | 2B | 4D | 7 | 1A | 53 | 39 |
| Octal | 355 | 207 | 67 | 0 | 53 | 115 | 7 | 32 | 123 | 71 |
| Binary | 11101101 | 10000111 | 110111 | 0 | 101011 | 1001101 | 111 | 11010 | 1010011 | 111001 |
Color Harmonies of #ED8737
Complementary color
Monochromatic Colors of #ED8737
Black with #ED8737
Text Example
Text Example
White with #ED8737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8737; }
p { color: rgb(237,135,55); }
H1.HeaderClassName
{
color: #ED8737;
}
.AnyTagClassName
{
color: #ED8737;
}
</style>
background-color css
<style>
a { background-color: #ED8737; }
a { background-color: rgb(237,135,55); }
div.DivClassName
{
background-color: #ED8737;
}
.BgClassName
{
background-color: #ED8737;
}
</style>
border-color css
<style>
span { border-color: #ED8737; }
span { border-color: rgb(237,135,55); }
td.TdClassName
{
border-color: #ED8737;
}
.TagClassName
{
border-color: #ED8737;
}
</style>