Shades of Golden Dream #EBCD32
Tints of Golden Dream #EBCD32
RGB
CMYK
RGB Variations
Color information
#EBCD32 (or 0xEBCD32) is known color: Golden Dream. HEX triplet: EB, CD and 32. RGB value is (235,205,50). Sum of RGB (Red+Green+Blue) = 235+205+50=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCD32 is #1432CD. Grayscale: #C4C4C4. Windows color (decimal): -1323726 or 3329515. OLE color: 3329515.
HSL color Cylindrical-coordinate representation of color #EBCD32: hue angle of 50.27º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBCD32 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 50 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.08 |
| HSL | 50.27º | 0.82% | 0.56% | - |
| HSV(B) | 50.27º | 0.79% | 0.92% | - |
| XYZ | 56.67 | 61.56 | 11.91 | - |
| YUV | 196.3 | 45.44 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 50 | 0 | 0.13 | 0.79 | 0.08 | 50.27 | 0.82 | 0.56 |
| Hex | EB | CD | 32 | 0 | D | 4F | 8 | 32 | 52 | 38 |
| Octal | 353 | 315 | 62 | 0 | 15 | 117 | 10 | 62 | 122 | 70 |
| Binary | 11101011 | 11001101 | 110010 | 0 | 1101 | 1001111 | 1000 | 110010 | 1010010 | 111000 |
Color Harmonies of #EBCD32
Complementary color
Monochromatic Colors of #EBCD32
Black with #EBCD32
Text Example
Text Example
White with #EBCD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD32; }
p { color: rgb(235,205,50); }
H1.HeaderClassName
{
color: #EBCD32;
}
.AnyTagClassName
{
color: #EBCD32;
}
</style>
background-color css
<style>
a { background-color: #EBCD32; }
a { background-color: rgb(235,205,50); }
div.DivClassName
{
background-color: #EBCD32;
}
.BgClassName
{
background-color: #EBCD32;
}
</style>
border-color css
<style>
span { border-color: #EBCD32; }
span { border-color: rgb(235,205,50); }
td.TdClassName
{
border-color: #EBCD32;
}
.TagClassName
{
border-color: #EBCD32;
}
</style>