Shades of Goldenrod #CEDC74
Tints of Goldenrod #CEDC74
RGB
CMYK
RGB Variations
Color information
#CEDC74 (or 0xCEDC74) is known color: Goldenrod. HEX triplet: CE, DC and 74. RGB value is (206,220,116). Sum of RGB (Red+Green+Blue) = 206+220+116=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC74 is #31238B. Grayscale: #CCCCCC. Windows color (decimal): -3220364 or 7658702. OLE color: 7658702.
HSL color Cylindrical-coordinate representation of color #CEDC74: hue angle of 68.08º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEDC74 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 116 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.14 |
| HSL | 68.08º | 0.6% | 0.66% | - |
| HSV(B) | 68.08º | 0.47% | 0.86% | - |
| XYZ | 54.2 | 65.57 | 26.32 | - |
| YUV | 203.96 | 78.36 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 116 | 0.06 | 0 | 0.47 | 0.14 | 68.08 | 0.6 | 0.66 |
| Hex | CE | DC | 74 | 6 | 0 | 2F | E | 44 | 3C | 42 |
| Octal | 316 | 334 | 164 | 6 | 0 | 57 | 16 | 104 | 74 | 102 |
| Binary | 11001110 | 11011100 | 1110100 | 110 | 0 | 101111 | 1110 | 1000100 | 111100 | 1000010 |
Color Harmonies of #CEDC74
Complementary color
Monochromatic Colors of #CEDC74
Black with #CEDC74
Text Example
Text Example
White with #CEDC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC74; }
p { color: rgb(206,220,116); }
H1.HeaderClassName
{
color: #CEDC74;
}
.AnyTagClassName
{
color: #CEDC74;
}
</style>
background-color css
<style>
a { background-color: #CEDC74; }
a { background-color: rgb(206,220,116); }
div.DivClassName
{
background-color: #CEDC74;
}
.BgClassName
{
background-color: #CEDC74;
}
</style>
border-color css
<style>
span { border-color: #CEDC74; }
span { border-color: rgb(206,220,116); }
td.TdClassName
{
border-color: #CEDC74;
}
.TagClassName
{
border-color: #CEDC74;
}
</style>