Html Css Color HEX #EDEAA7 Pale Goldenrod

📋 copy color: '#EDEAA7'

red 237 ◦ green 234 ◦ blue 167

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

Shades of Pale Goldenrod #EDEAA7

Tints of Pale Goldenrod #EDEAA7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.68%

 BLUE value IS 167 (65.63% from 255) = 26.18%

R = 37.15%
G = 36.68%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDEAA7 (or 0xEDEAA7) is known color: Pale Goldenrod. HEX triplet: ED, EA and A7. RGB value is (237,234,167). Sum of RGB (Red+Green+Blue) = 237+234+167=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 167 (65.62% from 255 or 26.18% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEAA7 is #121558. Grayscale: #E3E3E3. Windows color (decimal): -1185113 or 11004653. OLE color: 11004653.

HSL color Cylindrical-coordinate representation of color #EDEAA7: hue angle of 57.43º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDEAA7 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 234 167 -
CMYK 0 0.01 0.30 0.07
HSL 57.43º 0.66% 0.79% -
HSV(B) 57.43º 0.3% 0.93% -
XYZ 71.32 79.64 48.17 -
YUV 227.26 93.99 134.95 -
System Red Green Blue C M Y K H S L
Decimal 237 234 167 0 0.01 0.30 0.07 57.43 0.66 0.79
Hex ED EA A7 0 1 1E 7 39 42 4F
Octal 355 352 247 0 1 36 7 71 102 117
Binary 11101101 11101010 10100111 0 1 11110 111 111001 1000010 1001111

Color Harmonies of #EDEAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAA7

Black with #EDEAA7

Text Example


Text Example

White with #EDEAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAA7; }

 p { color: rgb(237,234,167); }

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

background-color css

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

 a { background-color: rgb(237,234,167); }

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

border-color css

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

 span { border-color: rgb(237,234,167); }

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