#EBECAA

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

Shades of Medium Goldenrod #EBECAA

Tints of Medium Goldenrod #EBECAA

Color information

#EBECAA (or 0xEBECAA) is unknown color: approx Medium Goldenrod. HEX triplet: EB, EC and AA. RGB value is (235,236,170). Sum of RGB (Red+Green+Blue) = 235+236+170=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 170 (66.80% from 255 or 26.52% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBECAA is #141355. Grayscale: #E4E4E4. Windows color (decimal): -1315670 or 11201771. OLE color: 11201771.

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

Color convert

RGB235236170-
CMYK0.0000.280.07
HSL60.91º63.46%79.61%-
HSV(B)60.91º27.97%92.55%-
XYZ71.5180.5649.81-
YUV228.1895.17132.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 236 (92.58% from 255) = 36.82%
BLUE value IS 170 (66.80% from 255) = 26.52%
R=36.66%
G=36.82%
B=26.52%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352361700.0000.280.0760.9163.4679.61
HexEBECAA001C73d3f50
Octal353354252003477577120
Binary11101011111011001010101000111001111111011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECAA; }

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

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

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

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

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

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

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

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