Shades of California #E69236
Tints of California #E69236
RGB
CMYK
RGB Variations
Color information
#E69236 (or 0xE69236) is known color: California. HEX triplet: E6, 92 and 36. RGB value is (230,146,54). Sum of RGB (Red+Green+Blue) = 230+146+54=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 54 (21.48% from 255 or 12.56% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E69236 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69236 is #196DC9. Grayscale: #A1A1A1. Windows color (decimal): -1666506 or 3576550. OLE color: 3576550.
HSL color Cylindrical-coordinate representation of color #E69236: hue angle of 31.36º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E69236 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 54 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.10 |
| HSL | 31.36º | 0.78% | 0.56% | - |
| HSV(B) | 31.36º | 0.77% | 0.9% | - |
| XYZ | 43.58 | 37.65 | 8.46 | - |
| YUV | 160.63 | 67.83 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 54 | 0 | 0.37 | 0.77 | 0.10 | 31.36 | 0.78 | 0.56 |
| Hex | E6 | 92 | 36 | 0 | 25 | 4D | A | 1F | 4E | 38 |
| Octal | 346 | 222 | 66 | 0 | 45 | 115 | 12 | 37 | 116 | 70 |
| Binary | 11100110 | 10010010 | 110110 | 0 | 100101 | 1001101 | 1010 | 11111 | 1001110 | 111000 |
Color Harmonies of #E69236
Complementary color
Monochromatic Colors of #E69236
Black with #E69236
Text Example
Text Example
White with #E69236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69236; }
p { color: rgb(230,146,54); }
H1.HeaderClassName
{
color: #E69236;
}
.AnyTagClassName
{
color: #E69236;
}
</style>
background-color css
<style>
a { background-color: #E69236; }
a { background-color: rgb(230,146,54); }
div.DivClassName
{
background-color: #E69236;
}
.BgClassName
{
background-color: #E69236;
}
</style>
border-color css
<style>
span { border-color: #E69236; }
span { border-color: rgb(230,146,54); }
td.TdClassName
{
border-color: #E69236;
}
.TagClassName
{
border-color: #E69236;
}
</style>