#CEDD75

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

Shades of Goldenrod #CEDD75

Tints of Goldenrod #CEDD75

Color information

#CEDD75 (or 0xCEDD75) is unknown color: approx Goldenrod. HEX triplet: CE, DD and 75. RGB value is (206,221,117). Sum of RGB (Red+Green+Blue) = 206+221+117=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD75 is #31228A. Grayscale: #CDCDCD. Windows color (decimal): -3220107 or 7724494. OLE color: 7724494.

HSL color Cylindrical-coordinate representation of color #CEDD75: hue angle of 68.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEDD75 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB206221117-
CMYK0.0700.470.13
HSL68.65º60.47%66.27%-
HSV(B)68.65º47.06%86.67%-
XYZ54.5266.1226.72-
YUV204.6678.53128.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 221 (86.72% from 255) = 40.62%
BLUE value IS 117 (46.09% from 255) = 21.51%
R=37.87%
G=40.62%
B=21.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062211170.0700.470.1368.6560.4766.27
HexCEDD75702FD453c42
Octal31633516570571510574102
Binary110011101101110111101011110101111110110001011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDD75; }

 p { color: rgb(206,221,117); }

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

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

 a { background-color: rgb(206,221,117); }

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

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

 span { border-color: rgb(206,221,117); }

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