Shades of California #E38B2F
Tints of California #E38B2F
RGB
CMYK
RGB Variations
Color information
#E38B2F (or 0xE38B2F) is known color: California. HEX triplet: E3, 8B and 2F. RGB value is (227,139,47). Sum of RGB (Red+Green+Blue) = 227+139+47=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E38B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38B2F is #1C74D0. Grayscale: #9B9B9B. Windows color (decimal): -1864913 or 3116003. OLE color: 3116003.
HSL color Cylindrical-coordinate representation of color #E38B2F: hue angle of 30.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E38B2F is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 139 | 47 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.11 |
| HSL | 30.67º | 0.76% | 0.54% | - |
| HSV(B) | 30.67º | 0.79% | 0.89% | - |
| XYZ | 41.42 | 35 | 7.26 | - |
| YUV | 154.82 | 67.15 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 139 | 47 | 0 | 0.39 | 0.79 | 0.11 | 30.67 | 0.76 | 0.54 |
| Hex | E3 | 8B | 2F | 0 | 27 | 4F | B | 1F | 4C | 36 |
| Octal | 343 | 213 | 57 | 0 | 47 | 117 | 13 | 37 | 114 | 66 |
| Binary | 11100011 | 10001011 | 101111 | 0 | 100111 | 1001111 | 1011 | 11111 | 1001100 | 110110 |
Color Harmonies of #E38B2F
Complementary color
Monochromatic Colors of #E38B2F
Black with #E38B2F
Text Example
Text Example
White with #E38B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38B2F; }
p { color: rgb(227,139,47); }
H1.HeaderClassName
{
color: #E38B2F;
}
.AnyTagClassName
{
color: #E38B2F;
}
</style>
background-color css
<style>
a { background-color: #E38B2F; }
a { background-color: rgb(227,139,47); }
div.DivClassName
{
background-color: #E38B2F;
}
.BgClassName
{
background-color: #E38B2F;
}
</style>
border-color css
<style>
span { border-color: #E38B2F; }
span { border-color: rgb(227,139,47); }
td.TdClassName
{
border-color: #E38B2F;
}
.TagClassName
{
border-color: #E38B2F;
}
</style>