Html Css Color HEX #EDE9AB Pale Goldenrod

📋 copy color: '#EDE9AB'

red 237 ◦ green 233 ◦ blue 171

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

Shades of Pale Goldenrod #EDE9AB

Tints of Pale Goldenrod #EDE9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.68%

R = 36.97%
G = 36.35%
B = 26.68%

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

#EDE9AB (or 0xEDE9AB) is known color: Pale Goldenrod. HEX triplet: ED, E9 and AB. RGB value is (237,233,171). Sum of RGB (Red+Green+Blue) = 237+233+171=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 233 (91.41% from 255 or 36.35% from 641); Blue value is 171 (67.19% from 255 or 26.68% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE9AB is #121654. Grayscale: #E3E3E3. Windows color (decimal): -1185365 or 11266541. OLE color: 11266541.

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

Color convert

RGB 237 233 171 -
CMYK 0 0.02 0.28 0.07
HSL 56.36º 0.65% 0.8% -
HSV(B) 56.36º 0.28% 0.93% -
XYZ 71.41 79.22 50.06 -
YUV 227.13 96.33 135.04 -
System Red Green Blue C M Y K H S L
Decimal 237 233 171 0 0.02 0.28 0.07 56.36 0.65 0.8
Hex ED E9 AB 0 2 1C 7 38 41 50
Octal 355 351 253 0 2 34 7 70 101 120
Binary 11101101 11101001 10101011 0 10 11100 111 111000 1000001 1010000

Color Harmonies of #EDE9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9AB

Black with #EDE9AB

Text Example


Text Example

White with #EDE9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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