Shades of California #E69043
Tints of California #E69043
RGB
CMYK
RGB Variations
Color information
#E69043 (or 0xE69043) is known color: California. HEX triplet: E6, 90 and 43. RGB value is (230,144,67). Sum of RGB (Red+Green+Blue) = 230+144+67=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 67 (26.56% from 255 or 15.19% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E69043 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69043 is #196FBC. Grayscale: #A1A1A1. Windows color (decimal): -1667005 or 4428006. OLE color: 4428006.
HSL color Cylindrical-coordinate representation of color #E69043: hue angle of 28.34º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E69043 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 67 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.10 |
| HSL | 28.34º | 0.77% | 0.58% | - |
| HSV(B) | 28.34º | 0.71% | 0.9% | - |
| XYZ | 43.62 | 37.17 | 10.19 | - |
| YUV | 160.94 | 74.99 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 67 | 0 | 0.37 | 0.71 | 0.10 | 28.34 | 0.77 | 0.58 |
| Hex | E6 | 90 | 43 | 0 | 25 | 47 | A | 1C | 4D | 3A |
| Octal | 346 | 220 | 103 | 0 | 45 | 107 | 12 | 34 | 115 | 72 |
| Binary | 11100110 | 10010000 | 1000011 | 0 | 100101 | 1000111 | 1010 | 11100 | 1001101 | 111010 |
Color Harmonies of #E69043
Complementary color
Monochromatic Colors of #E69043
Black with #E69043
Text Example
Text Example
White with #E69043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69043; }
p { color: rgb(230,144,67); }
H1.HeaderClassName
{
color: #E69043;
}
.AnyTagClassName
{
color: #E69043;
}
</style>
background-color css
<style>
a { background-color: #E69043; }
a { background-color: rgb(230,144,67); }
div.DivClassName
{
background-color: #E69043;
}
.BgClassName
{
background-color: #E69043;
}
</style>
border-color css
<style>
span { border-color: #E69043; }
span { border-color: rgb(230,144,67); }
td.TdClassName
{
border-color: #E69043;
}
.TagClassName
{
border-color: #E69043;
}
</style>