Shades of California #E68A34
Tints of California #E68A34
RGB
CMYK
RGB Variations
Color information
#E68A34 (or 0xE68A34) is known color: California. HEX triplet: E6, 8A and 34. RGB value is (230,138,52). Sum of RGB (Red+Green+Blue) = 230+138+52=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68A34 is #1975CB. Grayscale: #9C9C9C. Windows color (decimal): -1668556 or 3443430. OLE color: 3443430.
HSL color Cylindrical-coordinate representation of color #E68A34: hue angle of 28.99º 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 #E68A34 is Cyan = 0, Magento = 0.4, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 52 | - |
| CMYK | 0 | 0.4 | 0.77 | 0.10 |
| HSL | 28.99º | 0.78% | 0.55% | - |
| HSV(B) | 28.99º | 0.77% | 0.9% | - |
| XYZ | 42.34 | 35.25 | 7.82 | - |
| YUV | 155.7 | 69.48 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 52 | 0 | 0.4 | 0.77 | 0.10 | 28.99 | 0.78 | 0.55 |
| Hex | E6 | 8A | 34 | 0 | 28 | 4D | A | 1D | 4E | 37 |
| Octal | 346 | 212 | 64 | 0 | 50 | 115 | 12 | 35 | 116 | 67 |
| Binary | 11100110 | 10001010 | 110100 | 0 | 101000 | 1001101 | 1010 | 11101 | 1001110 | 110111 |
Color Harmonies of #E68A34
Complementary color
Monochromatic Colors of #E68A34
Black with #E68A34
Text Example
Text Example
White with #E68A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A34; }
p { color: rgb(230,138,52); }
H1.HeaderClassName
{
color: #E68A34;
}
.AnyTagClassName
{
color: #E68A34;
}
</style>
background-color css
<style>
a { background-color: #E68A34; }
a { background-color: rgb(230,138,52); }
div.DivClassName
{
background-color: #E68A34;
}
.BgClassName
{
background-color: #E68A34;
}
</style>
border-color css
<style>
span { border-color: #E68A34; }
span { border-color: rgb(230,138,52); }
td.TdClassName
{
border-color: #E68A34;
}
.TagClassName
{
border-color: #E68A34;
}
</style>