#EDECA3

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

Shades of Pale Goldenrod #EDECA3

Tints of Pale Goldenrod #EDECA3

Color information

#EDECA3 (or 0xEDECA3) is unknown color: approx Pale Goldenrod. HEX triplet: ED, EC and A3. RGB value is (237,236,163). Sum of RGB (Red+Green+Blue) = 237+236+163=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 163 (64.06% from 255 or 25.63% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDECA3 is #12135C. Grayscale: #E4E4E4. Windows color (decimal): -1184605 or 10743021. OLE color: 10743021.

HSL color Cylindrical-coordinate representation of color #EDECA3: hue angle of 59.19º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDECA3 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB237236163-
CMYK00.000.310.07
HSL59.19º67.27%78.43%-
HSV(B)59.19º31.22%92.94%-
XYZ71.5380.6446.45-
YUV227.9891.33134.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 236 (92.58% from 255) = 37.11%
BLUE value IS 163 (64.06% from 255) = 25.63%
R=37.26%
G=37.11%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723616300.000.310.0759.1967.2778.43
HexEDECA3001F73b434e
Octal3553542430037773103116
Binary111011011110110010100011001111111111101110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECA3; }

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

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

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

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

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

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

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

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