Shades of California #EE893D
Tints of California #EE893D
RGB
CMYK
RGB Variations
Color information
#EE893D (or 0xEE893D) is known color: California. HEX triplet: EE, 89 and 3D. RGB value is (238,137,61). Sum of RGB (Red+Green+Blue) = 238+137+61=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE893D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE893D is #1176C2. Grayscale: #9E9E9E. Windows color (decimal): -1144515 or 4033006. OLE color: 4033006.
HSL color Cylindrical-coordinate representation of color #EE893D: hue angle of 25.76º 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 #EE893D is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 61 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.07 |
| HSL | 25.76º | 0.84% | 0.59% | - |
| HSV(B) | 25.76º | 0.74% | 0.93% | - |
| XYZ | 45.05 | 36.41 | 9.07 | - |
| YUV | 158.54 | 72.96 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 61 | 0 | 0.42 | 0.74 | 0.07 | 25.76 | 0.84 | 0.59 |
| Hex | EE | 89 | 3D | 0 | 2A | 4A | 7 | 1A | 54 | 3B |
| Octal | 356 | 211 | 75 | 0 | 52 | 112 | 7 | 32 | 124 | 73 |
| Binary | 11101110 | 10001001 | 111101 | 0 | 101010 | 1001010 | 111 | 11010 | 1010100 | 111011 |
Color Harmonies of #EE893D
Complementary color
Monochromatic Colors of #EE893D
Black with #EE893D
Text Example
Text Example
White with #EE893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE893D; }
p { color: rgb(238,137,61); }
H1.HeaderClassName
{
color: #EE893D;
}
.AnyTagClassName
{
color: #EE893D;
}
</style>
background-color css
<style>
a { background-color: #EE893D; }
a { background-color: rgb(238,137,61); }
div.DivClassName
{
background-color: #EE893D;
}
.BgClassName
{
background-color: #EE893D;
}
</style>
border-color css
<style>
span { border-color: #EE893D; }
span { border-color: rgb(238,137,61); }
td.TdClassName
{
border-color: #EE893D;
}
.TagClassName
{
border-color: #EE893D;
}
</style>