Shades of California #E68F34
Tints of California #E68F34
RGB
CMYK
RGB Variations
Color information
#E68F34 (or 0xE68F34) is known color: California. HEX triplet: E6, 8F and 34. RGB value is (230,143,52). Sum of RGB (Red+Green+Blue) = 230+143+52=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68F34 is #1970CB. Grayscale: #9F9F9F. Windows color (decimal): -1667276 or 3444710. OLE color: 3444710.
HSL color Cylindrical-coordinate representation of color #E68F34: hue angle of 30.67º 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 #E68F34 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 52 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.10 |
| HSL | 30.67º | 0.78% | 0.55% | - |
| HSV(B) | 30.67º | 0.77% | 0.9% | - |
| XYZ | 43.08 | 36.72 | 8.07 | - |
| YUV | 158.64 | 67.82 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 52 | 0 | 0.38 | 0.77 | 0.10 | 30.67 | 0.78 | 0.55 |
| Hex | E6 | 8F | 34 | 0 | 26 | 4D | A | 1F | 4E | 37 |
| Octal | 346 | 217 | 64 | 0 | 46 | 115 | 12 | 37 | 116 | 67 |
| Binary | 11100110 | 10001111 | 110100 | 0 | 100110 | 1001101 | 1010 | 11111 | 1001110 | 110111 |
Color Harmonies of #E68F34
Complementary color
Monochromatic Colors of #E68F34
Black with #E68F34
Text Example
Text Example
White with #E68F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F34; }
p { color: rgb(230,143,52); }
H1.HeaderClassName
{
color: #E68F34;
}
.AnyTagClassName
{
color: #E68F34;
}
</style>
background-color css
<style>
a { background-color: #E68F34; }
a { background-color: rgb(230,143,52); }
div.DivClassName
{
background-color: #E68F34;
}
.BgClassName
{
background-color: #E68F34;
}
</style>
border-color css
<style>
span { border-color: #E68F34; }
span { border-color: rgb(230,143,52); }
td.TdClassName
{
border-color: #E68F34;
}
.TagClassName
{
border-color: #E68F34;
}
</style>