Html Css Color HEX #EDECAA Medium Goldenrod

📋 copy color: '#EDECAA'

red 237 ◦ green 236 ◦ blue 170

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

Shades of Medium Goldenrod #EDECAA

Tints of Medium Goldenrod #EDECAA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.7%

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

R = 36.86%
G = 36.7%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDECAA (or 0xEDECAA) is known color: Medium Goldenrod. HEX triplet: ED, EC and AA. RGB value is (237,236,170). Sum of RGB (Red+Green+Blue) = 237+236+170=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDECAA is #121355. Grayscale: #E5E5E5. Windows color (decimal): -1184598 or 11201773. OLE color: 11201773.

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

Color convert

RGB 237 236 170 -
CMYK 0 0.00 0.28 0.07
HSL 59.1º 0.65% 0.8% -
HSV(B) 59.1º 0.28% 0.93% -
XYZ 72.18 80.9 49.84 -
YUV 228.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 237 236 170 0 0.00 0.28 0.07 59.1 0.65 0.8
Hex ED EC AA 0 0 1C 7 3B 41 50
Octal 355 354 252 0 0 34 7 73 101 120
Binary 11101101 11101100 10101010 0 0 11100 111 111011 1000001 1010000

Color Harmonies of #EDECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECAA

Black with #EDECAA

Text Example


Text Example

White with #EDECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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