Shades of California #E68B3D
Tints of California #E68B3D
RGB
CMYK
RGB Variations
Color information
#E68B3D (or 0xE68B3D) is known color: California. HEX triplet: E6, 8B and 3D. RGB value is (230,139,61). Sum of RGB (Red+Green+Blue) = 230+139+61=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68B3D is #1974C2. Grayscale: #9D9D9D. Windows color (decimal): -1668291 or 4033510. OLE color: 4033510.
HSL color Cylindrical-coordinate representation of color #E68B3D: hue angle of 27.69º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E68B3D is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 61 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.10 |
| HSL | 27.69º | 0.77% | 0.57% | - |
| HSV(B) | 27.69º | 0.73% | 0.9% | - |
| XYZ | 42.71 | 35.63 | 9.04 | - |
| YUV | 157.32 | 73.65 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 61 | 0 | 0.40 | 0.73 | 0.10 | 27.69 | 0.77 | 0.57 |
| Hex | E6 | 8B | 3D | 0 | 28 | 49 | A | 1C | 4D | 39 |
| Octal | 346 | 213 | 75 | 0 | 50 | 111 | 12 | 34 | 115 | 71 |
| Binary | 11100110 | 10001011 | 111101 | 0 | 101000 | 1001001 | 1010 | 11100 | 1001101 | 111001 |
Color Harmonies of #E68B3D
Complementary color
Monochromatic Colors of #E68B3D
Black with #E68B3D
Text Example
Text Example
White with #E68B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B3D; }
p { color: rgb(230,139,61); }
H1.HeaderClassName
{
color: #E68B3D;
}
.AnyTagClassName
{
color: #E68B3D;
}
</style>
background-color css
<style>
a { background-color: #E68B3D; }
a { background-color: rgb(230,139,61); }
div.DivClassName
{
background-color: #E68B3D;
}
.BgClassName
{
background-color: #E68B3D;
}
</style>
border-color css
<style>
span { border-color: #E68B3D; }
span { border-color: rgb(230,139,61); }
td.TdClassName
{
border-color: #E68B3D;
}
.TagClassName
{
border-color: #E68B3D;
}
</style>