Shades of Golden Dream #EECB2B
Tints of Golden Dream #EECB2B
RGB
CMYK
RGB Variations
Color information
#EECB2B (or 0xEECB2B) is known color: Golden Dream. HEX triplet: EE, CB and 2B. RGB value is (238,203,43). Sum of RGB (Red+Green+Blue) = 238+203+43=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 43 (17.19% from 255 or 8.88% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB2B is #1134D4. Grayscale: #C3C3C3. Windows color (decimal): -1127637 or 2870254. OLE color: 2870254.
HSL color Cylindrical-coordinate representation of color #EECB2B: hue angle of 49.23º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EECB2B is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 43 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.07 |
| HSL | 49.23º | 0.85% | 0.55% | - |
| HSV(B) | 49.23º | 0.82% | 0.93% | - |
| XYZ | 57.05 | 61.06 | 11.06 | - |
| YUV | 195.23 | 42.1 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 43 | 0 | 0.15 | 0.82 | 0.07 | 49.23 | 0.85 | 0.55 |
| Hex | EE | CB | 2B | 0 | F | 52 | 7 | 31 | 55 | 37 |
| Octal | 356 | 313 | 53 | 0 | 17 | 122 | 7 | 61 | 125 | 67 |
| Binary | 11101110 | 11001011 | 101011 | 0 | 1111 | 1010010 | 111 | 110001 | 1010101 | 110111 |
Color Harmonies of #EECB2B
Complementary color
Monochromatic Colors of #EECB2B
Black with #EECB2B
Text Example
Text Example
White with #EECB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB2B; }
p { color: rgb(238,203,43); }
H1.HeaderClassName
{
color: #EECB2B;
}
.AnyTagClassName
{
color: #EECB2B;
}
</style>
background-color css
<style>
a { background-color: #EECB2B; }
a { background-color: rgb(238,203,43); }
div.DivClassName
{
background-color: #EECB2B;
}
.BgClassName
{
background-color: #EECB2B;
}
</style>
border-color css
<style>
span { border-color: #EECB2B; }
span { border-color: rgb(238,203,43); }
td.TdClassName
{
border-color: #EECB2B;
}
.TagClassName
{
border-color: #EECB2B;
}
</style>