Shades of California #ED8636
Tints of California #ED8636
RGB
CMYK
RGB Variations
Color information
#ED8636 (or 0xED8636) is known color: California. HEX triplet: ED, 86 and 36. RGB value is (237,134,54). Sum of RGB (Red+Green+Blue) = 237+134+54=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8636 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8636 is #1279C9. Grayscale: #9C9C9C. Windows color (decimal): -1210826 or 3573485. OLE color: 3573485.
HSL color Cylindrical-coordinate representation of color #ED8636: hue angle of 26.23º degrees, saturation: 0.84, 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 #ED8636 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 54 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.07 |
| HSL | 26.23º | 0.84% | 0.57% | - |
| HSV(B) | 26.23º | 0.77% | 0.93% | - |
| XYZ | 44.12 | 35.32 | 7.98 | - |
| YUV | 155.68 | 70.62 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 54 | 0 | 0.43 | 0.77 | 0.07 | 26.23 | 0.84 | 0.57 |
| Hex | ED | 86 | 36 | 0 | 2B | 4D | 7 | 1A | 54 | 39 |
| Octal | 355 | 206 | 66 | 0 | 53 | 115 | 7 | 32 | 124 | 71 |
| Binary | 11101101 | 10000110 | 110110 | 0 | 101011 | 1001101 | 111 | 11010 | 1010100 | 111001 |
Color Harmonies of #ED8636
Complementary color
Monochromatic Colors of #ED8636
Black with #ED8636
Text Example
Text Example
White with #ED8636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8636; }
p { color: rgb(237,134,54); }
H1.HeaderClassName
{
color: #ED8636;
}
.AnyTagClassName
{
color: #ED8636;
}
</style>
background-color css
<style>
a { background-color: #ED8636; }
a { background-color: rgb(237,134,54); }
div.DivClassName
{
background-color: #ED8636;
}
.BgClassName
{
background-color: #ED8636;
}
</style>
border-color css
<style>
span { border-color: #ED8636; }
span { border-color: rgb(237,134,54); }
td.TdClassName
{
border-color: #ED8636;
}
.TagClassName
{
border-color: #ED8636;
}
</style>