Html Css Color HEX #EDEAAF Medium Goldenrod

📋 copy color: '#EDEAAF'

red 237 ◦ green 234 ◦ blue 175

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

Shades of Medium Goldenrod #EDEAAF

Tints of Medium Goldenrod #EDEAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.09%

R = 36.69%
G = 36.22%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDEAAF (or 0xEDEAAF) is known color: Medium Goldenrod. HEX triplet: ED, EA and AF. RGB value is (237,234,175). Sum of RGB (Red+Green+Blue) = 237+234+175=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEAAF is #121550. Grayscale: #E4E4E4. Windows color (decimal): -1185105 or 11528941. OLE color: 11528941.

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

Color convert

RGB 237 234 175 -
CMYK 0 0.01 0.26 0.07
HSL 57.1º 0.63% 0.81% -
HSV(B) 57.1º 0.26% 0.93% -
XYZ 72.09 79.95 52.19 -
YUV 228.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 237 234 175 0 0.01 0.26 0.07 57.1 0.63 0.81
Hex ED EA AF 0 1 1A 7 39 3F 51
Octal 355 352 257 0 1 32 7 71 77 121
Binary 11101101 11101010 10101111 0 1 11010 111 111001 111111 1010001

Color Harmonies of #EDEAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAAF

Black with #EDEAAF

Text Example


Text Example

White with #EDEAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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