Html Css Color HEX #EDEBAA Medium Goldenrod

📋 copy color: '#EDEBAA'

red 237 ◦ green 235 ◦ blue 170

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

Shades of Medium Goldenrod #EDEBAA

Tints of Medium Goldenrod #EDEBAA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.6%

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

R = 36.92%
G = 36.6%
B = 26.48%

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

#EDEBAA (or 0xEDEBAA) is known color: Medium Goldenrod. HEX triplet: ED, EB and AA. RGB value is (237,235,170). Sum of RGB (Red+Green+Blue) = 237+235+170=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEBAA is #121455. Grayscale: #E4E4E4. Windows color (decimal): -1184854 or 11201517. OLE color: 11201517.

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

Color convert

RGB 237 235 170 -
CMYK 0 0.01 0.28 0.07
HSL 58.21º 0.65% 0.8% -
HSV(B) 58.21º 0.28% 0.93% -
XYZ 71.89 80.32 49.75 -
YUV 228.19 95.16 134.29 -
System Red Green Blue C M Y K H S L
Decimal 237 235 170 0 0.01 0.28 0.07 58.21 0.65 0.8
Hex ED EB AA 0 1 1C 7 3A 41 50
Octal 355 353 252 0 1 34 7 72 101 120
Binary 11101101 11101011 10101010 0 1 11100 111 111010 1000001 1010000

Color Harmonies of #EDEBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEBAA

Black with #EDEBAA

Text Example


Text Example

White with #EDEBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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