#EBEEAA

Color #EBEEAA Medium Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Goldenrod #EBEEAA

Tints of Medium Goldenrod #EBEEAA

Color information

#EBEEAA (or 0xEBEEAA) is unknown color: approx Medium Goldenrod. HEX triplet: EB, EE and AA. RGB value is (235,238,170). Sum of RGB (Red+Green+Blue) = 235+238+170=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEEAA is #141155. Grayscale: #E5E5E5. Windows color (decimal): -1315158 or 11202283. OLE color: 11202283.

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

Color convert

RGB235238170-
CMYK0.0100.290.07
HSL62.65º66.67%80%-
HSV(B)62.65º28.57%93.33%-
XYZ72.0981.7150-
YUV229.3594.51132.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 238 (93.36% from 255) = 37.01%
BLUE value IS 170 (66.80% from 255) = 26.44%
R=36.55%
G=37.01%
B=26.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352381700.0100.290.0762.6566.6780
HexEBEEAA101D73f4350
Octal3533562521035777103120
Binary111010111110111010101010101110111111111110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEEAA; }

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

 H1.HeaderClassName
 {
   color: #EBEEAA;
 }
 .AnyTagClassName
 {
   color: #EBEEAA;
 }
</style>
background-color css

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

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

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

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

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

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