Shades of California #E69439
Tints of California #E69439
RGB
CMYK
RGB Variations
Color information
#E69439 (or 0xE69439) is known color: California. HEX triplet: E6, 94 and 39. RGB value is (230,148,57). Sum of RGB (Red+Green+Blue) = 230+148+57=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 57 (22.66% from 255 or 13.10% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E69439 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69439 is #196BC6. Grayscale: #A2A2A2. Windows color (decimal): -1665991 or 3773670. OLE color: 3773670.
HSL color Cylindrical-coordinate representation of color #E69439: hue angle of 31.56º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E69439 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 57 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.10 |
| HSL | 31.56º | 0.78% | 0.56% | - |
| HSV(B) | 31.56º | 0.75% | 0.9% | - |
| XYZ | 43.96 | 38.3 | 8.95 | - |
| YUV | 162.14 | 68.67 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 57 | 0 | 0.36 | 0.75 | 0.10 | 31.56 | 0.78 | 0.56 |
| Hex | E6 | 94 | 39 | 0 | 24 | 4B | A | 20 | 4E | 38 |
| Octal | 346 | 224 | 71 | 0 | 44 | 113 | 12 | 40 | 116 | 70 |
| Binary | 11100110 | 10010100 | 111001 | 0 | 100100 | 1001011 | 1010 | 100000 | 1001110 | 111000 |
Color Harmonies of #E69439
Complementary color
Monochromatic Colors of #E69439
Black with #E69439
Text Example
Text Example
White with #E69439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69439; }
p { color: rgb(230,148,57); }
H1.HeaderClassName
{
color: #E69439;
}
.AnyTagClassName
{
color: #E69439;
}
</style>
background-color css
<style>
a { background-color: #E69439; }
a { background-color: rgb(230,148,57); }
div.DivClassName
{
background-color: #E69439;
}
.BgClassName
{
background-color: #E69439;
}
</style>
border-color css
<style>
span { border-color: #E69439; }
span { border-color: rgb(230,148,57); }
td.TdClassName
{
border-color: #E69439;
}
.TagClassName
{
border-color: #E69439;
}
</style>