Shades of California #E68D2D
Tints of California #E68D2D
RGB
CMYK
RGB Variations
Color information
#E68D2D (or 0xE68D2D) is known color: California. HEX triplet: E6, 8D and 2D. RGB value is (230,141,45). Sum of RGB (Red+Green+Blue) = 230+141+45=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68D2D is #1972D2. Grayscale: #9D9D9D. Windows color (decimal): -1667795 or 2985446. OLE color: 2985446.
HSL color Cylindrical-coordinate representation of color #E68D2D: hue angle of 31.14º 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 #E68D2D is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 45 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.10 |
| HSL | 31.14º | 0.79% | 0.54% | - |
| HSV(B) | 31.14º | 0.8% | 0.9% | - |
| XYZ | 42.63 | 36.06 | 7.2 | - |
| YUV | 156.67 | 64.99 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 45 | 0 | 0.39 | 0.80 | 0.10 | 31.14 | 0.79 | 0.54 |
| Hex | E6 | 8D | 2D | 0 | 27 | 50 | A | 1F | 4F | 36 |
| Octal | 346 | 215 | 55 | 0 | 47 | 120 | 12 | 37 | 117 | 66 |
| Binary | 11100110 | 10001101 | 101101 | 0 | 100111 | 1010000 | 1010 | 11111 | 1001111 | 110110 |
Color Harmonies of #E68D2D
Complementary color
Monochromatic Colors of #E68D2D
Black with #E68D2D
Text Example
Text Example
White with #E68D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D2D; }
p { color: rgb(230,141,45); }
H1.HeaderClassName
{
color: #E68D2D;
}
.AnyTagClassName
{
color: #E68D2D;
}
</style>
background-color css
<style>
a { background-color: #E68D2D; }
a { background-color: rgb(230,141,45); }
div.DivClassName
{
background-color: #E68D2D;
}
.BgClassName
{
background-color: #E68D2D;
}
</style>
border-color css
<style>
span { border-color: #E68D2D; }
span { border-color: rgb(230,141,45); }
td.TdClassName
{
border-color: #E68D2D;
}
.TagClassName
{
border-color: #E68D2D;
}
</style>