Shades of Golden Yellow #ECDB02
Tints of Golden Yellow #ECDB02
RGB
CMYK
RGB Variations
Color information
#ECDB02 (or 0xECDB02) is known color: Golden Yellow. HEX triplet: EC, DB and 02. RGB value is (236,219,2). Sum of RGB (Red+Green+Blue) = 236+219+2=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 2 (1.17% from 255 or 0.44% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDB02 is #1324FD. Grayscale: #C8C8C8. Windows color (decimal): -1254654 or 187372. OLE color: 187372.
HSL color Cylindrical-coordinate representation of color #ECDB02: hue angle of 55.64º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECDB02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 219 | 2 | - |
CMYK | 0 | 0.07 | 0.99 | 0.07 |
HSL | 55.64º | 0.98% | 0.47% | - |
HSV(B) | 55.64º | 0.99% | 0.93% | - |
XYZ | 59.93 | 68.5 | 10.12 | - |
YUV | 199.35 | 16.63 | 154.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 219 | 2 | 0 | 0.07 | 0.99 | 0.07 | 55.64 | 0.98 | 0.47 |
Hex | EC | DB | 2 | 0 | 7 | 63 | 7 | 38 | 62 | 2F |
Octal | 354 | 333 | 2 | 0 | 7 | 143 | 7 | 70 | 142 | 57 |
Binary | 11101100 | 11011011 | 10 | 0 | 111 | 1100011 | 111 | 111000 | 1100010 | 101111 |
Color Harmonies of #ECDB02
Complementary color
Monochromatic Colors of #ECDB02
Black with #ECDB02
Text Example
Text Example
White with #ECDB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB02; }
p { color: rgb(236,219,2); }
H1.HeaderClassName
{
color: #ECDB02;
}
.AnyTagClassName
{
color: #ECDB02;
}
</style>
background-color css
<style>
a { background-color: #ECDB02; }
a { background-color: rgb(236,219,2); }
div.DivClassName
{
background-color: #ECDB02;
}
.BgClassName
{
background-color: #ECDB02;
}
</style>
border-color css
<style>
span { border-color: #ECDB02; }
span { border-color: rgb(236,219,2); }
td.TdClassName
{
border-color: #ECDB02;
}
.TagClassName
{
border-color: #ECDB02;
}
</style>