Shades of California #ED8938
Tints of California #ED8938
RGB
CMYK
RGB Variations
Color information
#ED8938 (or 0xED8938) is known color: California. HEX triplet: ED, 89 and 38. RGB value is (237,137,56). Sum of RGB (Red+Green+Blue) = 237+137+56=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8938 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8938 is #1276C7. Grayscale: #9E9E9E. Windows color (decimal): -1210056 or 3705325. OLE color: 3705325.
HSL color Cylindrical-coordinate representation of color #ED8938: hue angle of 26.85º 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 #ED8938 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 56 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.07 |
| HSL | 26.85º | 0.83% | 0.57% | - |
| HSV(B) | 26.85º | 0.76% | 0.93% | - |
| XYZ | 44.58 | 36.18 | 8.38 | - |
| YUV | 157.67 | 70.63 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 56 | 0 | 0.42 | 0.76 | 0.07 | 26.85 | 0.83 | 0.57 |
| Hex | ED | 89 | 38 | 0 | 2A | 4C | 7 | 1B | 53 | 39 |
| Octal | 355 | 211 | 70 | 0 | 52 | 114 | 7 | 33 | 123 | 71 |
| Binary | 11101101 | 10001001 | 111000 | 0 | 101010 | 1001100 | 111 | 11011 | 1010011 | 111001 |
Color Harmonies of #ED8938
Complementary color
Monochromatic Colors of #ED8938
Black with #ED8938
Text Example
Text Example
White with #ED8938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8938; }
p { color: rgb(237,137,56); }
H1.HeaderClassName
{
color: #ED8938;
}
.AnyTagClassName
{
color: #ED8938;
}
</style>
background-color css
<style>
a { background-color: #ED8938; }
a { background-color: rgb(237,137,56); }
div.DivClassName
{
background-color: #ED8938;
}
.BgClassName
{
background-color: #ED8938;
}
</style>
border-color css
<style>
span { border-color: #ED8938; }
span { border-color: rgb(237,137,56); }
td.TdClassName
{
border-color: #ED8938;
}
.TagClassName
{
border-color: #ED8938;
}
</style>