Shades of Golden Dream #EFCB30
Tints of Golden Dream #EFCB30
RGB
CMYK
RGB Variations
Color information
#EFCB30 (or 0xEFCB30) is known color: Golden Dream. HEX triplet: EF, CB and 30. RGB value is (239,203,48). Sum of RGB (Red+Green+Blue) = 239+203+48=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 48 (19.14% from 255 or 9.80% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCB30 is #1034CF. Grayscale: #C4C4C4. Windows color (decimal): -1062096 or 3197935. OLE color: 3197935.
HSL color Cylindrical-coordinate representation of color #EFCB30: hue angle of 48.69º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFCB30 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 48 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.06 |
| HSL | 48.69º | 0.86% | 0.56% | - |
| HSV(B) | 48.69º | 0.8% | 0.94% | - |
| XYZ | 57.49 | 61.28 | 11.59 | - |
| YUV | 196.09 | 44.43 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 48 | 0 | 0.15 | 0.80 | 0.06 | 48.69 | 0.86 | 0.56 |
| Hex | EF | CB | 30 | 0 | F | 50 | 6 | 31 | 56 | 38 |
| Octal | 357 | 313 | 60 | 0 | 17 | 120 | 6 | 61 | 126 | 70 |
| Binary | 11101111 | 11001011 | 110000 | 0 | 1111 | 1010000 | 110 | 110001 | 1010110 | 111000 |
Color Harmonies of #EFCB30
Complementary color
Monochromatic Colors of #EFCB30
Black with #EFCB30
Text Example
Text Example
White with #EFCB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB30; }
p { color: rgb(239,203,48); }
H1.HeaderClassName
{
color: #EFCB30;
}
.AnyTagClassName
{
color: #EFCB30;
}
</style>
background-color css
<style>
a { background-color: #EFCB30; }
a { background-color: rgb(239,203,48); }
div.DivClassName
{
background-color: #EFCB30;
}
.BgClassName
{
background-color: #EFCB30;
}
</style>
border-color css
<style>
span { border-color: #EFCB30; }
span { border-color: rgb(239,203,48); }
td.TdClassName
{
border-color: #EFCB30;
}
.TagClassName
{
border-color: #EFCB30;
}
</style>