Shades of California #E69434
Tints of California #E69434
RGB
CMYK
RGB Variations
Color information
#E69434 (or 0xE69434) is known color: California. HEX triplet: E6, 94 and 34. RGB value is (230,148,52). Sum of RGB (Red+Green+Blue) = 230+148+52=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E69434 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69434 is #196BCB. Grayscale: #A2A2A2. Windows color (decimal): -1665996 or 3445990. OLE color: 3445990.
HSL color Cylindrical-coordinate representation of color #E69434: hue angle of 32.36º 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 #E69434 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 52 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.10 |
| HSL | 32.36º | 0.78% | 0.55% | - |
| HSV(B) | 32.36º | 0.77% | 0.9% | - |
| XYZ | 43.84 | 38.25 | 8.32 | - |
| YUV | 161.57 | 66.17 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 52 | 0 | 0.36 | 0.77 | 0.10 | 32.36 | 0.78 | 0.55 |
| Hex | E6 | 94 | 34 | 0 | 24 | 4D | A | 20 | 4E | 37 |
| Octal | 346 | 224 | 64 | 0 | 44 | 115 | 12 | 40 | 116 | 67 |
| Binary | 11100110 | 10010100 | 110100 | 0 | 100100 | 1001101 | 1010 | 100000 | 1001110 | 110111 |
Color Harmonies of #E69434
Complementary color
Monochromatic Colors of #E69434
Black with #E69434
Text Example
Text Example
White with #E69434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69434; }
p { color: rgb(230,148,52); }
H1.HeaderClassName
{
color: #E69434;
}
.AnyTagClassName
{
color: #E69434;
}
</style>
background-color css
<style>
a { background-color: #E69434; }
a { background-color: rgb(230,148,52); }
div.DivClassName
{
background-color: #E69434;
}
.BgClassName
{
background-color: #E69434;
}
</style>
border-color css
<style>
span { border-color: #E69434; }
span { border-color: rgb(230,148,52); }
td.TdClassName
{
border-color: #E69434;
}
.TagClassName
{
border-color: #E69434;
}
</style>