#EDE3AB

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

Shades of Pale Goldenrod #EDE3AB

Tints of Pale Goldenrod #EDE3AB

Color information

#EDE3AB (or 0xEDE3AB) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E3 and AB. RGB value is (237,227,171). Sum of RGB (Red+Green+Blue) = 237+227+171=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE3AB is #121C54. Grayscale: #DFDFDF. Windows color (decimal): -1186901 or 11265005. OLE color: 11265005.

HSL color Cylindrical-coordinate representation of color #EDE3AB: hue angle of 50.91º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDE3AB is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237227171-
CMYK00.040.280.07
HSL50.91º64.71%80%-
HSV(B)50.91º27.85%92.94%-
XYZ69.7475.8849.5-
YUV223.6198.31137.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 227 (89.06% from 255) = 35.75%
BLUE value IS 171 (67.19% from 255) = 26.93%
R=37.32%
G=35.75%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722717100.040.280.0750.9164.7180
HexEDE3AB041C7334150
Octal3553432530434763101120
Binary11101101111000111010101101001110011111001110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3AB; }

 p { color: rgb(237,227,171); }

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

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

 a { background-color: rgb(237,227,171); }

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

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

 span { border-color: rgb(237,227,171); }

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