Shades of California #ED883A
Tints of California #ED883A
RGB
CMYK
RGB Variations
Color information
#ED883A (or 0xED883A) is known color: California. HEX triplet: ED, 88 and 3A. RGB value is (237,136,58). Sum of RGB (Red+Green+Blue) = 237+136+58=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED883A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED883A is #1277C5. Grayscale: #9D9D9D. Windows color (decimal): -1210310 or 3836141. OLE color: 3836141.
HSL color Cylindrical-coordinate representation of color #ED883A: hue angle of 26.15º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED883A is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 58 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.07 |
| HSL | 26.15º | 0.83% | 0.58% | - |
| HSV(B) | 26.15º | 0.76% | 0.93% | - |
| XYZ | 44.49 | 35.92 | 8.59 | - |
| YUV | 157.31 | 71.96 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 58 | 0 | 0.43 | 0.76 | 0.07 | 26.15 | 0.83 | 0.58 |
| Hex | ED | 88 | 3A | 0 | 2B | 4C | 7 | 1A | 53 | 3A |
| Octal | 355 | 210 | 72 | 0 | 53 | 114 | 7 | 32 | 123 | 72 |
| Binary | 11101101 | 10001000 | 111010 | 0 | 101011 | 1001100 | 111 | 11010 | 1010011 | 111010 |
Color Harmonies of #ED883A
Complementary color
Monochromatic Colors of #ED883A
Black with #ED883A
Text Example
Text Example
White with #ED883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED883A; }
p { color: rgb(237,136,58); }
H1.HeaderClassName
{
color: #ED883A;
}
.AnyTagClassName
{
color: #ED883A;
}
</style>
background-color css
<style>
a { background-color: #ED883A; }
a { background-color: rgb(237,136,58); }
div.DivClassName
{
background-color: #ED883A;
}
.BgClassName
{
background-color: #ED883A;
}
</style>
border-color css
<style>
span { border-color: #ED883A; }
span { border-color: rgb(237,136,58); }
td.TdClassName
{
border-color: #ED883A;
}
.TagClassName
{
border-color: #ED883A;
}
</style>