Html Css Color HEX #EDE9AD Pale Goldenrod

📋 copy color: '#EDE9AD'

red 237 ◦ green 233 ◦ blue 173

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

Shades of Pale Goldenrod #EDE9AD

Tints of Pale Goldenrod #EDE9AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.91%

R = 36.86%
G = 36.24%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDE9AD (or 0xEDE9AD) is known color: Pale Goldenrod. HEX triplet: ED, E9 and AD. RGB value is (237,233,173). Sum of RGB (Red+Green+Blue) = 237+233+173=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 233 (91.41% from 255 or 36.24% from 643); Blue value is 173 (67.97% from 255 or 26.91% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE9AD is #121652. Grayscale: #E3E3E3. Windows color (decimal): -1185363 or 11397613. OLE color: 11397613.

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

Color convert

RGB 237 233 173 -
CMYK 0 0.02 0.27 0.07
HSL 56.25º 0.64% 0.8% -
HSV(B) 56.25º 0.27% 0.93% -
XYZ 71.61 79.3 51.07 -
YUV 227.36 97.33 134.88 -
System Red Green Blue C M Y K H S L
Decimal 237 233 173 0 0.02 0.27 0.07 56.25 0.64 0.8
Hex ED E9 AD 0 2 1B 7 38 40 50
Octal 355 351 255 0 2 33 7 70 100 120
Binary 11101101 11101001 10101101 0 10 11011 111 111000 1000000 1010000

Color Harmonies of #EDE9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9AD

Black with #EDE9AD

Text Example


Text Example

White with #EDE9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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