#EDECA6

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

Shades of Pale Goldenrod #EDECA6

Tints of Pale Goldenrod #EDECA6

Color information

#EDECA6 (or 0xEDECA6) is unknown color: approx Pale Goldenrod. HEX triplet: ED, EC and A6. RGB value is (237,236,166). Sum of RGB (Red+Green+Blue) = 237+236+166=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 166 (65.23% from 255 or 25.98% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDECA6 is #121359. Grayscale: #E4E4E4. Windows color (decimal): -1184602 or 10939629. OLE color: 10939629.

HSL color Cylindrical-coordinate representation of color #EDECA6: hue angle of 59.15º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDECA6 is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB237236166-
CMYK00.000.300.07
HSL59.15º66.36%79.02%-
HSV(B)59.15º29.96%92.94%-
XYZ71.880.7547.88-
YUV228.3292.83134.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 236 (92.58% from 255) = 36.93%
BLUE value IS 166 (65.23% from 255) = 25.98%
R=37.09%
G=36.93%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723616600.000.300.0759.1566.3679.02
HexEDECA6001E73b424f
Octal3553542460036773102117
Binary111011011110110010100110001111011111101110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECA6; }

 p { color: rgb(237,236,166); }

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

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

 a { background-color: rgb(237,236,166); }

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

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

 span { border-color: rgb(237,236,166); }

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