#EDE6AF

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

Shades of Pale Goldenrod #EDE6AF

Tints of Pale Goldenrod #EDE6AF

Color information

#EDE6AF (or 0xEDE6AF) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E6 and AF. RGB value is (237,230,175). Sum of RGB (Red+Green+Blue) = 237+230+175=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE6AF is #121950. Grayscale: #E2E2E2. Windows color (decimal): -1186129 or 11527917. OLE color: 11527917.

HSL color Cylindrical-coordinate representation of color #EDE6AF: hue angle of 53.23º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDE6AF is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB237230175-
CMYK00.030.260.07
HSL53.23º63.27%80.78%-
HSV(B)53.23º26.16%92.94%-
XYZ70.9677.6951.81-
YUV225.8299.32135.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 230 (90.23% from 255) = 35.83%
BLUE value IS 175 (68.75% from 255) = 27.26%
R=36.92%
G=35.83%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723017500.030.260.0753.2363.2780.78
HexEDE6AF031A7353f51
Octal355346257033276577121
Binary111011011110011010101111011110101111101011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6AF; }

 p { color: rgb(237,230,175); }

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

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

 a { background-color: rgb(237,230,175); }

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

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

 span { border-color: rgb(237,230,175); }

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