Shades of California #E9923D
Tints of California #E9923D
RGB
CMYK
RGB Variations
Color information
#E9923D (or 0xE9923D) is known color: California. HEX triplet: E9, 92 and 3D. RGB value is (233,146,61). Sum of RGB (Red+Green+Blue) = 233+146+61=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E9923D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9923D is #166DC2. Grayscale: #A2A2A2. Windows color (decimal): -1469891 or 4035305. OLE color: 4035305.
HSL color Cylindrical-coordinate representation of color #E9923D: hue angle of 29.65º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E9923D is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 61 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.09 |
| HSL | 29.65º | 0.8% | 0.58% | - |
| HSV(B) | 29.65º | 0.74% | 0.91% | - |
| XYZ | 44.73 | 38.22 | 9.43 | - |
| YUV | 162.32 | 70.82 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 61 | 0 | 0.37 | 0.74 | 0.09 | 29.65 | 0.8 | 0.58 |
| Hex | E9 | 92 | 3D | 0 | 25 | 4A | 9 | 1E | 50 | 3A |
| Octal | 351 | 222 | 75 | 0 | 45 | 112 | 11 | 36 | 120 | 72 |
| Binary | 11101001 | 10010010 | 111101 | 0 | 100101 | 1001010 | 1001 | 11110 | 1010000 | 111010 |
Color Harmonies of #E9923D
Complementary color
Monochromatic Colors of #E9923D
Black with #E9923D
Text Example
Text Example
White with #E9923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9923D; }
p { color: rgb(233,146,61); }
H1.HeaderClassName
{
color: #E9923D;
}
.AnyTagClassName
{
color: #E9923D;
}
</style>
background-color css
<style>
a { background-color: #E9923D; }
a { background-color: rgb(233,146,61); }
div.DivClassName
{
background-color: #E9923D;
}
.BgClassName
{
background-color: #E9923D;
}
</style>
border-color css
<style>
span { border-color: #E9923D; }
span { border-color: rgb(233,146,61); }
td.TdClassName
{
border-color: #E9923D;
}
.TagClassName
{
border-color: #E9923D;
}
</style>