Shades of California #ED9040
Tints of California #ED9040
RGB
CMYK
RGB Variations
Color information
#ED9040 (or 0xED9040) is known color: California. HEX triplet: ED, 90 and 40. RGB value is (237,144,64). Sum of RGB (Red+Green+Blue) = 237+144+64=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9040 is #126FBF. Grayscale: #A3A3A3. Windows color (decimal): -1208256 or 4231405. OLE color: 4231405.
HSL color Cylindrical-coordinate representation of color #ED9040: hue angle of 27.75º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED9040 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 64 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.07 |
| HSL | 27.75º | 0.83% | 0.59% | - |
| HSV(B) | 27.75º | 0.73% | 0.93% | - |
| XYZ | 45.82 | 38.32 | 9.83 | - |
| YUV | 162.69 | 72.31 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 64 | 0 | 0.39 | 0.73 | 0.07 | 27.75 | 0.83 | 0.59 |
| Hex | ED | 90 | 40 | 0 | 27 | 49 | 7 | 1C | 53 | 3B |
| Octal | 355 | 220 | 100 | 0 | 47 | 111 | 7 | 34 | 123 | 73 |
| Binary | 11101101 | 10010000 | 1000000 | 0 | 100111 | 1001001 | 111 | 11100 | 1010011 | 111011 |
Color Harmonies of #ED9040
Complementary color
Monochromatic Colors of #ED9040
Black with #ED9040
Text Example
Text Example
White with #ED9040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9040; }
p { color: rgb(237,144,64); }
H1.HeaderClassName
{
color: #ED9040;
}
.AnyTagClassName
{
color: #ED9040;
}
</style>
background-color css
<style>
a { background-color: #ED9040; }
a { background-color: rgb(237,144,64); }
div.DivClassName
{
background-color: #ED9040;
}
.BgClassName
{
background-color: #ED9040;
}
</style>
border-color css
<style>
span { border-color: #ED9040; }
span { border-color: rgb(237,144,64); }
td.TdClassName
{
border-color: #ED9040;
}
.TagClassName
{
border-color: #ED9040;
}
</style>