Shades of California #E68A37
Tints of California #E68A37
RGB
CMYK
RGB Variations
Color information
#E68A37 (or 0xE68A37) is known color: California. HEX triplet: E6, 8A and 37. RGB value is (230,138,55). Sum of RGB (Red+Green+Blue) = 230+138+55=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68A37 is #1975C8. Grayscale: #9C9C9C. Windows color (decimal): -1668553 or 3640038. OLE color: 3640038.
HSL color Cylindrical-coordinate representation of color #E68A37: hue angle of 28.46º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E68A37 is Cyan = 0, Magento = 0.4, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 55 | - |
| CMYK | 0 | 0.4 | 0.76 | 0.10 |
| HSL | 28.46º | 0.78% | 0.56% | - |
| HSV(B) | 28.46º | 0.76% | 0.9% | - |
| XYZ | 42.41 | 35.28 | 8.19 | - |
| YUV | 156.05 | 70.98 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 55 | 0 | 0.4 | 0.76 | 0.10 | 28.46 | 0.78 | 0.56 |
| Hex | E6 | 8A | 37 | 0 | 28 | 4C | A | 1C | 4E | 38 |
| Octal | 346 | 212 | 67 | 0 | 50 | 114 | 12 | 34 | 116 | 70 |
| Binary | 11100110 | 10001010 | 110111 | 0 | 101000 | 1001100 | 1010 | 11100 | 1001110 | 111000 |
Color Harmonies of #E68A37
Complementary color
Monochromatic Colors of #E68A37
Black with #E68A37
Text Example
Text Example
White with #E68A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A37; }
p { color: rgb(230,138,55); }
H1.HeaderClassName
{
color: #E68A37;
}
.AnyTagClassName
{
color: #E68A37;
}
</style>
background-color css
<style>
a { background-color: #E68A37; }
a { background-color: rgb(230,138,55); }
div.DivClassName
{
background-color: #E68A37;
}
.BgClassName
{
background-color: #E68A37;
}
</style>
border-color css
<style>
span { border-color: #E68A37; }
span { border-color: rgb(230,138,55); }
td.TdClassName
{
border-color: #E68A37;
}
.TagClassName
{
border-color: #E68A37;
}
</style>