Shades of Golden Dream #EBCA32
Tints of Golden Dream #EBCA32
RGB
CMYK
RGB Variations
Color information
#EBCA32 (or 0xEBCA32) is known color: Golden Dream. HEX triplet: EB, CA and 32. RGB value is (235,202,50). Sum of RGB (Red+Green+Blue) = 235+202+50=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCA32 is #1435CD. Grayscale: #C3C3C3. Windows color (decimal): -1324494 or 3328747. OLE color: 3328747.
HSL color Cylindrical-coordinate representation of color #EBCA32: hue angle of 49.3º 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 #EBCA32 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 202 | 50 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.08 |
| HSL | 49.3º | 0.82% | 0.56% | - |
| HSV(B) | 49.3º | 0.79% | 0.92% | - |
| XYZ | 55.96 | 60.13 | 11.68 | - |
| YUV | 194.54 | 46.43 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 202 | 50 | 0 | 0.14 | 0.79 | 0.08 | 49.3 | 0.82 | 0.56 |
| Hex | EB | CA | 32 | 0 | E | 4F | 8 | 31 | 52 | 38 |
| Octal | 353 | 312 | 62 | 0 | 16 | 117 | 10 | 61 | 122 | 70 |
| Binary | 11101011 | 11001010 | 110010 | 0 | 1110 | 1001111 | 1000 | 110001 | 1010010 | 111000 |
Color Harmonies of #EBCA32
Complementary color
Monochromatic Colors of #EBCA32
Black with #EBCA32
Text Example
Text Example
White with #EBCA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCA32; }
p { color: rgb(235,202,50); }
H1.HeaderClassName
{
color: #EBCA32;
}
.AnyTagClassName
{
color: #EBCA32;
}
</style>
background-color css
<style>
a { background-color: #EBCA32; }
a { background-color: rgb(235,202,50); }
div.DivClassName
{
background-color: #EBCA32;
}
.BgClassName
{
background-color: #EBCA32;
}
</style>
border-color css
<style>
span { border-color: #EBCA32; }
span { border-color: rgb(235,202,50); }
td.TdClassName
{
border-color: #EBCA32;
}
.TagClassName
{
border-color: #EBCA32;
}
</style>