Html Css Color HEX #ECEDAA Medium Goldenrod

📋 copy color: '#ECEDAA'

red 236 ◦ green 237 ◦ blue 170

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

Shades of Medium Goldenrod #ECEDAA

Tints of Medium Goldenrod #ECEDAA

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 236 237 170 -
CMYK 0.00 0 0.28 0.07
HSL 60.9º 0.65% 0.8% -
HSV(B) 60.9º 0.28% 0.93% -
XYZ 72.13 81.3 49.92 -
YUV 229.06 94.67 132.95 -
System Red Green Blue C M Y K H S L
Decimal 236 237 170 0.00 0 0.28 0.07 60.9 0.65 0.8
Hex EC ED AA 0 0 1C 7 3D 41 50
Octal 354 355 252 0 0 34 7 75 101 120
Binary 11101100 11101101 10101010 0 0 11100 111 111101 1000001 1010000

Color Harmonies of #ECEDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEDAA

Black with #ECEDAA

Text Example


Text Example

White with #ECEDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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