#CEDB62

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

Shades of Goldenrod #CEDB62

Tints of Goldenrod #CEDB62

Color information

#CEDB62 (or 0xCEDB62) is unknown color: approx Goldenrod. HEX triplet: CE, DB and 62. RGB value is (206,219,98). Sum of RGB (Red+Green+Blue) = 206+219+98=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB62 is #31249D. Grayscale: #C9C9C9. Windows color (decimal): -3220638 or 6478798. OLE color: 6478798.

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

Color convert

RGB20621998-
CMYK0.0600.550.14
HSL66.45º62.69%62.16%-
HSV(B)66.45º55.25%85.88%-
XYZ52.9964.6721.24-
YUV201.3269.69131.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.39%
GREEN value IS 219 (85.94% from 255) = 41.87%
BLUE value IS 98 (38.67% from 255) = 18.74%
R=39.39%
G=41.87%
B=18.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal206219980.0600.550.1466.4562.6962.16
HexCEDB626037E423f3e
Octal3163331426067161027776
Binary11001110110110111100010110011011111101000010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDB62; }

 p { color: rgb(206,219,98); }

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

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

 a { background-color: rgb(206,219,98); }

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

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

 span { border-color: rgb(206,219,98); }

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