#CEDC60

Color #CEDC60 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #CEDC60

Tints of Goldenrod #CEDC60

Color information

#CEDC60 (or 0xCEDC60) is unknown color: approx Goldenrod. HEX triplet: CE, DC and 60. RGB value is (206,220,96). Sum of RGB (Red+Green+Blue) = 206+220+96=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC60 is #31239F. Grayscale: #CACACA. Windows color (decimal): -3220384 or 6347982. OLE color: 6347982.

HSL color Cylindrical-coordinate representation of color #CEDC60: hue angle of 66.77º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEDC60 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB20622096-
CMYK0.0600.560.14
HSL66.77º63.92%61.96%-
HSV(B)66.77º56.36%86.27%-
XYZ53.1665.1520.84-
YUV201.6868.36131.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 39.46%
GREEN value IS 220 (86.33% from 255) = 42.15%
BLUE value IS 96 (37.89% from 255) = 18.39%
R=39.46%
G=42.15%
B=18.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal206220960.0600.560.1466.7763.9261.96
HexCEDC606038E43403e
Octal31633414060701610310076
Binary110011101101110011000001100111000111010000111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDC60; }

 p { color: rgb(206,220,96); }

 H1.HeaderClassName
 {
   color: #CEDC60;
 }
 .AnyTagClassName
 {
   color: #CEDC60;
 }
</style>
background-color css

<style>
 a { background-color: #CEDC60; }

 a { background-color: rgb(206,220,96); }

 div.DivClassName
 {
   background-color: #CEDC60;
 }
 .BgClassName
 {
   background-color: #CEDC60;
 }
</style>
border-color css

<style>
 span { border-color: #CEDC60; }

 span { border-color: rgb(206,220,96); }

 td.TdClassName
 {
   border-color: #CEDC60;
 }
 .TagClassName
 {
   border-color: #CEDC60;
 }
</style>