Html Css Color HEX #E6EDAA Medium Goldenrod

📋 copy color: '#E6EDAA'

red 230 ◦ green 237 ◦ blue 170

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

Shades of Medium Goldenrod #E6EDAA

Tints of Medium Goldenrod #E6EDAA

RGB

 RED value IS 230 (90.23% from 255) = 36.11%

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

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

R = 36.11%
G = 37.21%
B = 26.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#E6EDAA (or 0xE6EDAA) is known color: Medium Goldenrod. HEX triplet: E6, ED and AA. RGB value is (230,237,170). Sum of RGB (Red+Green+Blue) = 230+237+170=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6EDAA is #191255. Grayscale: #E3E3E3. Windows color (decimal): -1643094 or 11202022. OLE color: 11202022.

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

Color convert

RGB 230 237 170 -
CMYK 0.03 0 0.28 0.07
HSL 66.27º 0.65% 0.8% -
HSV(B) 66.27º 0.28% 0.93% -
XYZ 70.17 80.29 49.83 -
YUV 227.27 95.68 129.95 -
System Red Green Blue C M Y K H S L
Decimal 230 237 170 0.03 0 0.28 0.07 66.27 0.65 0.8
Hex E6 ED AA 3 0 1C 7 42 41 50
Octal 346 355 252 3 0 34 7 102 101 120
Binary 11100110 11101101 10101010 11 0 11100 111 1000010 1000001 1010000

Color Harmonies of #E6EDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EDAA

Black with #E6EDAA

Text Example


Text Example

White with #E6EDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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