Shades of California #E38D33
Tints of California #E38D33
RGB
CMYK
RGB Variations
Color information
#E38D33 (or 0xE38D33) is known color: California. HEX triplet: E3, 8D and 33. RGB value is (227,141,51). Sum of RGB (Red+Green+Blue) = 227+141+51=419 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.18% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38D33 is #1C72CC. Grayscale: #9C9C9C. Windows color (decimal): -1864397 or 3378659. OLE color: 3378659.
HSL color Cylindrical-coordinate representation of color #E38D33: hue angle of 30.68º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E38D33 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 51 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.11 |
| HSL | 30.68º | 0.76% | 0.55% | - |
| HSV(B) | 30.68º | 0.78% | 0.89% | - |
| XYZ | 41.8 | 35.62 | 7.8 | - |
| YUV | 156.45 | 68.49 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 51 | 0 | 0.38 | 0.78 | 0.11 | 30.68 | 0.76 | 0.55 |
| Hex | E3 | 8D | 33 | 0 | 26 | 4E | B | 1F | 4C | 37 |
| Octal | 343 | 215 | 63 | 0 | 46 | 116 | 13 | 37 | 114 | 67 |
| Binary | 11100011 | 10001101 | 110011 | 0 | 100110 | 1001110 | 1011 | 11111 | 1001100 | 110111 |
Color Harmonies of #E38D33
Complementary color
Monochromatic Colors of #E38D33
Black with #E38D33
Text Example
Text Example
White with #E38D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38D33; }
p { color: rgb(227,141,51); }
H1.HeaderClassName
{
color: #E38D33;
}
.AnyTagClassName
{
color: #E38D33;
}
</style>
background-color css
<style>
a { background-color: #E38D33; }
a { background-color: rgb(227,141,51); }
div.DivClassName
{
background-color: #E38D33;
}
.BgClassName
{
background-color: #E38D33;
}
</style>
border-color css
<style>
span { border-color: #E38D33; }
span { border-color: rgb(227,141,51); }
td.TdClassName
{
border-color: #E38D33;
}
.TagClassName
{
border-color: #E38D33;
}
</style>