Html Css Color HEX #EDE9AA Pale Goldenrod

📋 copy color: '#EDE9AA'

red 237 ◦ green 233 ◦ blue 170

#EDE9AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Goldenrod #EDE9AA

Tints of Pale Goldenrod #EDE9AA

RGB

 RED value IS 237 (92.97% from 255) = 37.03%

 GREEN value IS 233 (91.41% from 255) = 36.41%

 BLUE value IS 170 (66.8% from 255) = 26.56%

R = 37.03%
G = 36.41%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDE9AA (or 0xEDE9AA) is known color: Pale Goldenrod. HEX triplet: ED, E9 and AA. RGB value is (237,233,170). Sum of RGB (Red+Green+Blue) = 237+233+170=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 233 (91.41% from 255 or 36.41% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE9AA is #121655. Grayscale: #E3E3E3. Windows color (decimal): -1185366 or 11201005. OLE color: 11201005.

HSL color Cylindrical-coordinate representation of color #EDE9AA: hue angle of 56.42º 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 #EDE9AA is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 233 170 -
CMYK 0 0.02 0.28 0.07
HSL 56.42º 0.65% 0.8% -
HSV(B) 56.42º 0.28% 0.93% -
XYZ 71.32 79.18 49.56 -
YUV 227.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 237 233 170 0 0.02 0.28 0.07 56.42 0.65 0.8
Hex ED E9 AA 0 2 1C 7 38 41 50
Octal 355 351 252 0 2 34 7 70 101 120
Binary 11101101 11101001 10101010 0 10 11100 111 111000 1000001 1010000

Color Harmonies of #EDE9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9AA

Black with #EDE9AA

Text Example


Text Example

White with #EDE9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE9AA; }

 p { color: rgb(237,233,170); }

 H1.HeaderClassName
 {
   color: #EDE9AA;
 }
 .AnyTagClassName
 {
   color: #EDE9AA;
 }
</style>

background-color css

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

 a { background-color: rgb(237,233,170); }

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

border-color css

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

 span { border-color: rgb(237,233,170); }

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