Shades of California #E69034
Tints of California #E69034
RGB
CMYK
RGB Variations
Color information
#E69034 (or 0xE69034) is known color: California. HEX triplet: E6, 90 and 34. RGB value is (230,144,52). Sum of RGB (Red+Green+Blue) = 230+144+52=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E69034 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69034 is #196FCB. Grayscale: #9F9F9F. Windows color (decimal): -1667020 or 3444966. OLE color: 3444966.
HSL color Cylindrical-coordinate representation of color #E69034: hue angle of 31.01º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E69034 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 52 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.10 |
| HSL | 31.01º | 0.78% | 0.55% | - |
| HSV(B) | 31.01º | 0.77% | 0.9% | - |
| XYZ | 43.23 | 37.02 | 8.12 | - |
| YUV | 159.23 | 67.49 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 52 | 0 | 0.37 | 0.77 | 0.10 | 31.01 | 0.78 | 0.55 |
| Hex | E6 | 90 | 34 | 0 | 25 | 4D | A | 1F | 4E | 37 |
| Octal | 346 | 220 | 64 | 0 | 45 | 115 | 12 | 37 | 116 | 67 |
| Binary | 11100110 | 10010000 | 110100 | 0 | 100101 | 1001101 | 1010 | 11111 | 1001110 | 110111 |
Color Harmonies of #E69034
Complementary color
Monochromatic Colors of #E69034
Black with #E69034
Text Example
Text Example
White with #E69034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69034; }
p { color: rgb(230,144,52); }
H1.HeaderClassName
{
color: #E69034;
}
.AnyTagClassName
{
color: #E69034;
}
</style>
background-color css
<style>
a { background-color: #E69034; }
a { background-color: rgb(230,144,52); }
div.DivClassName
{
background-color: #E69034;
}
.BgClassName
{
background-color: #E69034;
}
</style>
border-color css
<style>
span { border-color: #E69034; }
span { border-color: rgb(230,144,52); }
td.TdClassName
{
border-color: #E69034;
}
.TagClassName
{
border-color: #E69034;
}
</style>