Shades of California #E68C2D
Tints of California #E68C2D
RGB
CMYK
RGB Variations
Color information
#E68C2D (or 0xE68C2D) is known color: California. HEX triplet: E6, 8C and 2D. RGB value is (230,140,45). Sum of RGB (Red+Green+Blue) = 230+140+45=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68C2D is #1973D2. Grayscale: #9C9C9C. Windows color (decimal): -1668051 or 2985190. OLE color: 2985190.
HSL color Cylindrical-coordinate representation of color #E68C2D: hue angle of 30.81º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E68C2D is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 45 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.10 |
| HSL | 30.81º | 0.79% | 0.54% | - |
| HSV(B) | 30.81º | 0.8% | 0.9% | - |
| XYZ | 42.48 | 35.77 | 7.15 | - |
| YUV | 156.08 | 65.32 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 45 | 0 | 0.39 | 0.80 | 0.10 | 30.81 | 0.79 | 0.54 |
| Hex | E6 | 8C | 2D | 0 | 27 | 50 | A | 1F | 4F | 36 |
| Octal | 346 | 214 | 55 | 0 | 47 | 120 | 12 | 37 | 117 | 66 |
| Binary | 11100110 | 10001100 | 101101 | 0 | 100111 | 1010000 | 1010 | 11111 | 1001111 | 110110 |
Color Harmonies of #E68C2D
Complementary color
Monochromatic Colors of #E68C2D
Black with #E68C2D
Text Example
Text Example
White with #E68C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C2D; }
p { color: rgb(230,140,45); }
H1.HeaderClassName
{
color: #E68C2D;
}
.AnyTagClassName
{
color: #E68C2D;
}
</style>
background-color css
<style>
a { background-color: #E68C2D; }
a { background-color: rgb(230,140,45); }
div.DivClassName
{
background-color: #E68C2D;
}
.BgClassName
{
background-color: #E68C2D;
}
</style>
border-color css
<style>
span { border-color: #E68C2D; }
span { border-color: rgb(230,140,45); }
td.TdClassName
{
border-color: #E68C2D;
}
.TagClassName
{
border-color: #E68C2D;
}
</style>