Shades of California #E88A30
Tints of California #E88A30
RGB
CMYK
RGB Variations
Color information
#E88A30 (or 0xE88A30) is known color: California. HEX triplet: E8, 8A and 30. RGB value is (232,138,48). Sum of RGB (Red+Green+Blue) = 232+138+48=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E88A30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88A30 is #1775CF. Grayscale: #9C9C9C. Windows color (decimal): -1537488 or 3181288. OLE color: 3181288.
HSL color Cylindrical-coordinate representation of color #E88A30: hue angle of 29.35º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E88A30 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 48 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.09 |
| HSL | 29.35º | 0.8% | 0.55% | - |
| HSV(B) | 29.35º | 0.79% | 0.91% | - |
| XYZ | 42.9 | 35.55 | 7.4 | - |
| YUV | 155.85 | 67.14 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 48 | 0 | 0.41 | 0.79 | 0.09 | 29.35 | 0.8 | 0.55 |
| Hex | E8 | 8A | 30 | 0 | 29 | 4F | 9 | 1D | 50 | 37 |
| Octal | 350 | 212 | 60 | 0 | 51 | 117 | 11 | 35 | 120 | 67 |
| Binary | 11101000 | 10001010 | 110000 | 0 | 101001 | 1001111 | 1001 | 11101 | 1010000 | 110111 |
Color Harmonies of #E88A30
Complementary color
Monochromatic Colors of #E88A30
Black with #E88A30
Text Example
Text Example
White with #E88A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88A30; }
p { color: rgb(232,138,48); }
H1.HeaderClassName
{
color: #E88A30;
}
.AnyTagClassName
{
color: #E88A30;
}
</style>
background-color css
<style>
a { background-color: #E88A30; }
a { background-color: rgb(232,138,48); }
div.DivClassName
{
background-color: #E88A30;
}
.BgClassName
{
background-color: #E88A30;
}
</style>
border-color css
<style>
span { border-color: #E88A30; }
span { border-color: rgb(232,138,48); }
td.TdClassName
{
border-color: #E88A30;
}
.TagClassName
{
border-color: #E88A30;
}
</style>