#EBEDAC

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

Shades of Medium Goldenrod #EBEDAC

Tints of Medium Goldenrod #EBEDAC

Color information

#EBEDAC (or 0xEBEDAC) is unknown color: approx Medium Goldenrod. HEX triplet: EB, ED and AC. RGB value is (235,237,172). Sum of RGB (Red+Green+Blue) = 235+237+172=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 172 (67.58% from 255 or 26.71% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEDAC is #141253. Grayscale: #E5E5E5. Windows color (decimal): -1315412 or 11333099. OLE color: 11333099.

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

Color convert

RGB235237172-
CMYK0.0100.270.07
HSL61.85º64.36%80.2%-
HSV(B)61.85º27.43%92.94%-
XYZ71.9981.2150.91-
YUV228.9995.84132.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.49%
GREEN value IS 237 (92.97% from 255) = 36.80%
BLUE value IS 172 (67.58% from 255) = 26.71%
R=36.49%
G=36.80%
B=26.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352371720.0100.270.0761.8564.3680.2
HexEBEDAC101B73e4050
Octal3533552541033776100120
Binary111010111110110110101100101101111111111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDAC; }

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

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

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

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

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

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

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

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