Shades of Golden Poppy #EFCA0B
Tints of Golden Poppy #EFCA0B
RGB
CMYK
RGB Variations
Color information
#EFCA0B (or 0xEFCA0B) is known color: Golden Poppy. HEX triplet: EF, CA and 0B. RGB value is (239,202,11). Sum of RGB (Red+Green+Blue) = 239+202+11=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 11 (4.69% from 255 or 2.43% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCA0B is #1035F4. Grayscale: #C0C0C0. Windows color (decimal): -1062389 or 772847. OLE color: 772847.
HSL color Cylindrical-coordinate representation of color #EFCA0B: hue angle of 50.26º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFCA0B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.06 |
| HSL | 50.26º | 0.91% | 0.49% | - |
| HSV(B) | 50.26º | 0.95% | 0.94% | - |
| XYZ | 56.78 | 60.62 | 9.02 | - |
| YUV | 191.29 | 26.26 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 11 | 0 | 0.15 | 0.95 | 0.06 | 50.26 | 0.91 | 0.49 |
| Hex | EF | CA | B | 0 | F | 5F | 6 | 32 | 5B | 31 |
| Octal | 357 | 312 | 13 | 0 | 17 | 137 | 6 | 62 | 133 | 61 |
| Binary | 11101111 | 11001010 | 1011 | 0 | 1111 | 1011111 | 110 | 110010 | 1011011 | 110001 |
Color Harmonies of #EFCA0B
Complementary color
Monochromatic Colors of #EFCA0B
Black with #EFCA0B
Text Example
Text Example
White with #EFCA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCA0B; }
p { color: rgb(239,202,11); }
H1.HeaderClassName
{
color: #EFCA0B;
}
.AnyTagClassName
{
color: #EFCA0B;
}
</style>
background-color css
<style>
a { background-color: #EFCA0B; }
a { background-color: rgb(239,202,11); }
div.DivClassName
{
background-color: #EFCA0B;
}
.BgClassName
{
background-color: #EFCA0B;
}
</style>
border-color css
<style>
span { border-color: #EFCA0B; }
span { border-color: rgb(239,202,11); }
td.TdClassName
{
border-color: #EFCA0B;
}
.TagClassName
{
border-color: #EFCA0B;
}
</style>