Shades of California #EE873D
Tints of California #EE873D
RGB
CMYK
RGB Variations
Color information
#EE873D (or 0xEE873D) is known color: California. HEX triplet: EE, 87 and 3D. RGB value is (238,135,61). Sum of RGB (Red+Green+Blue) = 238+135+61=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE873D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE873D is #1178C2. Grayscale: #9D9D9D. Windows color (decimal): -1145027 or 4032494. OLE color: 4032494.
HSL color Cylindrical-coordinate representation of color #EE873D: hue angle of 25.08º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE873D is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 135 | 61 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.07 |
| HSL | 25.08º | 0.84% | 0.59% | - |
| HSV(B) | 25.08º | 0.74% | 0.93% | - |
| XYZ | 44.77 | 35.84 | 8.97 | - |
| YUV | 157.36 | 73.62 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 135 | 61 | 0 | 0.43 | 0.74 | 0.07 | 25.08 | 0.84 | 0.59 |
| Hex | EE | 87 | 3D | 0 | 2B | 4A | 7 | 19 | 54 | 3B |
| Octal | 356 | 207 | 75 | 0 | 53 | 112 | 7 | 31 | 124 | 73 |
| Binary | 11101110 | 10000111 | 111101 | 0 | 101011 | 1001010 | 111 | 11001 | 1010100 | 111011 |
Color Harmonies of #EE873D
Complementary color
Monochromatic Colors of #EE873D
Black with #EE873D
Text Example
Text Example
White with #EE873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE873D; }
p { color: rgb(238,135,61); }
H1.HeaderClassName
{
color: #EE873D;
}
.AnyTagClassName
{
color: #EE873D;
}
</style>
background-color css
<style>
a { background-color: #EE873D; }
a { background-color: rgb(238,135,61); }
div.DivClassName
{
background-color: #EE873D;
}
.BgClassName
{
background-color: #EE873D;
}
</style>
border-color css
<style>
span { border-color: #EE873D; }
span { border-color: rgb(238,135,61); }
td.TdClassName
{
border-color: #EE873D;
}
.TagClassName
{
border-color: #EE873D;
}
</style>