Html Css Color HEX #EDEAAA Pale Goldenrod

📋 copy color: '#EDEAAA'

red 237 ◦ green 234 ◦ blue 170

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

Shades of Pale Goldenrod #EDEAAA

Tints of Pale Goldenrod #EDEAAA

RGB

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

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

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

R = 36.97%
G = 36.51%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDEAAA (or 0xEDEAAA) is known color: Pale Goldenrod. HEX triplet: ED, EA and AA. RGB value is (237,234,170). Sum of RGB (Red+Green+Blue) = 237+234+170=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 170 (66.80% from 255 or 26.52% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEAAA is #121555. Grayscale: #E3E3E3. Windows color (decimal): -1185110 or 11201261. OLE color: 11201261.

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

Color convert

RGB 237 234 170 -
CMYK 0 0.01 0.28 0.07
HSL 57.31º 0.65% 0.8% -
HSV(B) 57.31º 0.28% 0.93% -
XYZ 71.6 79.75 49.65 -
YUV 227.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 237 234 170 0 0.01 0.28 0.07 57.31 0.65 0.8
Hex ED EA AA 0 1 1C 7 39 41 50
Octal 355 352 252 0 1 34 7 71 101 120
Binary 11101101 11101010 10101010 0 1 11100 111 111001 1000001 1010000

Color Harmonies of #EDEAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAAA

Black with #EDEAAA

Text Example


Text Example

White with #EDEAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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