Shades of Golden Dream #EFCB2C
Tints of Golden Dream #EFCB2C
RGB
CMYK
RGB Variations
Color information
#EFCB2C (or 0xEFCB2C) is known color: Golden Dream. HEX triplet: EF, CB and 2C. RGB value is (239,203,44). Sum of RGB (Red+Green+Blue) = 239+203+44=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 44 (17.58% from 255 or 9.05% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCB2C is #1034D3. Grayscale: #C4C4C4. Windows color (decimal): -1062100 or 2935791. OLE color: 2935791.
HSL color Cylindrical-coordinate representation of color #EFCB2C: hue angle of 48.92º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFCB2C is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 44 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.06 |
| HSL | 48.92º | 0.86% | 0.55% | - |
| HSV(B) | 48.92º | 0.82% | 0.94% | - |
| XYZ | 57.41 | 61.24 | 11.18 | - |
| YUV | 195.64 | 42.43 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 44 | 0 | 0.15 | 0.82 | 0.06 | 48.92 | 0.86 | 0.55 |
| Hex | EF | CB | 2C | 0 | F | 52 | 6 | 31 | 56 | 37 |
| Octal | 357 | 313 | 54 | 0 | 17 | 122 | 6 | 61 | 126 | 67 |
| Binary | 11101111 | 11001011 | 101100 | 0 | 1111 | 1010010 | 110 | 110001 | 1010110 | 110111 |
Color Harmonies of #EFCB2C
Complementary color
Monochromatic Colors of #EFCB2C
Black with #EFCB2C
Text Example
Text Example
White with #EFCB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB2C; }
p { color: rgb(239,203,44); }
H1.HeaderClassName
{
color: #EFCB2C;
}
.AnyTagClassName
{
color: #EFCB2C;
}
</style>
background-color css
<style>
a { background-color: #EFCB2C; }
a { background-color: rgb(239,203,44); }
div.DivClassName
{
background-color: #EFCB2C;
}
.BgClassName
{
background-color: #EFCB2C;
}
</style>
border-color css
<style>
span { border-color: #EFCB2C; }
span { border-color: rgb(239,203,44); }
td.TdClassName
{
border-color: #EFCB2C;
}
.TagClassName
{
border-color: #EFCB2C;
}
</style>