#EBEDA8

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

Shades of Medium Goldenrod #EBEDA8

Tints of Medium Goldenrod #EBEDA8

Color information

#EBEDA8 (or 0xEBEDA8) is unknown color: approx Medium Goldenrod. HEX triplet: EB, ED and A8. RGB value is (235,237,168). Sum of RGB (Red+Green+Blue) = 235+237+168=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 168 (66.02% from 255 or 26.25% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEDA8 is #141257. Grayscale: #E4E4E4. Windows color (decimal): -1315416 or 11070955. OLE color: 11070955.

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

Color convert

RGB235237168-
CMYK0.0100.290.07
HSL61.74º65.71%79.41%-
HSV(B)61.74º29.11%92.94%-
XYZ71.6181.0648.92-
YUV228.5493.84132.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 237 (92.97% from 255) = 37.03%
BLUE value IS 168 (66.02% from 255) = 26.25%
R=36.72%
G=37.03%
B=26.25%

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
Decimal2352371680.0100.290.0761.7465.7179.41
HexEBEDA8101D73e424f
Octal3533552501035776102117
Binary111010111110110110101000101110111111111010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDA8; }

 p { color: rgb(235,237,168); }

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

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

 a { background-color: rgb(235,237,168); }

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

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

 span { border-color: rgb(235,237,168); }

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