Shades of Equator #E4B45C
Tints of Equator #E4B45C
RGB
CMYK
RGB Variations
Color information
#E4B45C (or 0xE4B45C) is known color: Equator. HEX triplet: E4, B4 and 5C. RGB value is (228,180,92). Sum of RGB (Red+Green+Blue) = 228+180+92=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4B45C is #1B4BA3. Grayscale: #B8B8B8. Windows color (decimal): -1788836 or 6075620. OLE color: 6075620.
HSL color Cylindrical-coordinate representation of color #E4B45C: hue angle of 38.82º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E4B45C is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 180 | 92 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.11 |
| HSL | 38.82º | 0.72% | 0.63% | - |
| HSV(B) | 38.82º | 0.6% | 0.89% | - |
| XYZ | 50.25 | 49.91 | 17.11 | - |
| YUV | 184.32 | 75.9 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 180 | 92 | 0 | 0.21 | 0.60 | 0.11 | 38.82 | 0.72 | 0.63 |
| Hex | E4 | B4 | 5C | 0 | 15 | 3C | B | 27 | 48 | 3F |
| Octal | 344 | 264 | 134 | 0 | 25 | 74 | 13 | 47 | 110 | 77 |
| Binary | 11100100 | 10110100 | 1011100 | 0 | 10101 | 111100 | 1011 | 100111 | 1001000 | 111111 |
Color Harmonies of #E4B45C
Complementary color
Monochromatic Colors of #E4B45C
Black with #E4B45C
Text Example
Text Example
White with #E4B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B45C; }
p { color: rgb(228,180,92); }
H1.HeaderClassName
{
color: #E4B45C;
}
.AnyTagClassName
{
color: #E4B45C;
}
</style>
background-color css
<style>
a { background-color: #E4B45C; }
a { background-color: rgb(228,180,92); }
div.DivClassName
{
background-color: #E4B45C;
}
.BgClassName
{
background-color: #E4B45C;
}
</style>
border-color css
<style>
span { border-color: #E4B45C; }
span { border-color: rgb(228,180,92); }
td.TdClassName
{
border-color: #E4B45C;
}
.TagClassName
{
border-color: #E4B45C;
}
</style>