Html Css Color HEX #EDEAB9 Medium Goldenrod

📋 copy color: '#EDEAB9'

red 237 ◦ green 234 ◦ blue 185

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

Shades of Medium Goldenrod #EDEAB9

Tints of Medium Goldenrod #EDEAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 28.2%

R = 36.13%
G = 35.67%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDEAB9 (or 0xEDEAB9) is known color: Medium Goldenrod. HEX triplet: ED, EA and B9. RGB value is (237,234,185). Sum of RGB (Red+Green+Blue) = 237+234+185=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 185 (72.66% from 255 or 28.20% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAB9 is #121546. Grayscale: #E5E5E5. Windows color (decimal): -1185095 or 12184301. OLE color: 12184301.

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

Color convert

RGB 237 234 185 -
CMYK 0 0.01 0.22 0.07
HSL 56.54º 0.59% 0.83% -
HSV(B) 56.54º 0.22% 0.93% -
XYZ 73.1 80.35 57.56 -
YUV 229.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 237 234 185 0 0.01 0.22 0.07 56.54 0.59 0.83
Hex ED EA B9 0 1 16 7 39 3B 53
Octal 355 352 271 0 1 26 7 71 73 123
Binary 11101101 11101010 10111001 0 1 10110 111 111001 111011 1010011

Color Harmonies of #EDEAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAB9

Black with #EDEAB9

Text Example


Text Example

White with #EDEAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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