Html Css Color HEX #EDEAAE Medium Goldenrod

📋 copy color: '#EDEAAE'

red 237 ◦ green 234 ◦ blue 174

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

Shades of Medium Goldenrod #EDEAAE

Tints of Medium Goldenrod #EDEAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 26.98%

R = 36.74%
G = 36.28%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDEAAE (or 0xEDEAAE) is known color: Medium Goldenrod. HEX triplet: ED, EA and AE. RGB value is (237,234,174). Sum of RGB (Red+Green+Blue) = 237+234+174=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 174 (68.36% from 255 or 26.98% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEAAE is #121551. Grayscale: #E4E4E4. Windows color (decimal): -1185106 or 11463405. OLE color: 11463405.

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

Color convert

RGB 237 234 174 -
CMYK 0 0.01 0.27 0.07
HSL 57.14º 0.64% 0.81% -
HSV(B) 57.14º 0.27% 0.93% -
XYZ 71.99 79.91 51.67 -
YUV 228.06 97.49 134.38 -
System Red Green Blue C M Y K H S L
Decimal 237 234 174 0 0.01 0.27 0.07 57.14 0.64 0.81
Hex ED EA AE 0 1 1B 7 39 40 51
Octal 355 352 256 0 1 33 7 71 100 121
Binary 11101101 11101010 10101110 0 1 11011 111 111001 1000000 1010001

Color Harmonies of #EDEAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAAE

Black with #EDEAAE

Text Example


Text Example

White with #EDEAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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