Shades of California #E68A32
Tints of California #E68A32
RGB
CMYK
RGB Variations
Color information
#E68A32 (or 0xE68A32) is known color: California. HEX triplet: E6, 8A and 32. RGB value is (230,138,50). Sum of RGB (Red+Green+Blue) = 230+138+50=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68A32 is #1975CD. Grayscale: #9B9B9B. Windows color (decimal): -1668558 or 3312358. OLE color: 3312358.
HSL color Cylindrical-coordinate representation of color #E68A32: hue angle of 29.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E68A32 is Cyan = 0, Magento = 0.4, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 50 | - |
| CMYK | 0 | 0.4 | 0.78 | 0.10 |
| HSL | 29.33º | 0.78% | 0.55% | - |
| HSV(B) | 29.33º | 0.78% | 0.9% | - |
| XYZ | 42.3 | 35.23 | 7.59 | - |
| YUV | 155.48 | 68.48 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 50 | 0 | 0.4 | 0.78 | 0.10 | 29.33 | 0.78 | 0.55 |
| Hex | E6 | 8A | 32 | 0 | 28 | 4E | A | 1D | 4E | 37 |
| Octal | 346 | 212 | 62 | 0 | 50 | 116 | 12 | 35 | 116 | 67 |
| Binary | 11100110 | 10001010 | 110010 | 0 | 101000 | 1001110 | 1010 | 11101 | 1001110 | 110111 |
Color Harmonies of #E68A32
Complementary color
Monochromatic Colors of #E68A32
Black with #E68A32
Text Example
Text Example
White with #E68A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A32; }
p { color: rgb(230,138,50); }
H1.HeaderClassName
{
color: #E68A32;
}
.AnyTagClassName
{
color: #E68A32;
}
</style>
background-color css
<style>
a { background-color: #E68A32; }
a { background-color: rgb(230,138,50); }
div.DivClassName
{
background-color: #E68A32;
}
.BgClassName
{
background-color: #E68A32;
}
</style>
border-color css
<style>
span { border-color: #E68A32; }
span { border-color: rgb(230,138,50); }
td.TdClassName
{
border-color: #E68A32;
}
.TagClassName
{
border-color: #E68A32;
}
</style>