#EBF0AD

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

Shades of Medium Goldenrod #EBF0AD

Tints of Medium Goldenrod #EBF0AD

Color information

#EBF0AD (or 0xEBF0AD) is unknown color: approx Medium Goldenrod. HEX triplet: EB, F0 and AD. RGB value is (235,240,173). Sum of RGB (Red+Green+Blue) = 235+240+173=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 173 (67.97% from 255 or 26.70% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF0AD is #140F52. Grayscale: #E7E7E7. Windows color (decimal): -1314643 or 11399403. OLE color: 11399403.

HSL color Cylindrical-coordinate representation of color #EBF0AD: hue angle of 64.48º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBF0AD is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB235240173-
CMYK0.0200.280.06
HSL64.48º69.07%80.98%-
HSV(B)64.48º27.92%94.12%-
XYZ72.968351.71-
YUV230.8795.34130.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 240 (94.14% from 255) = 37.04%
BLUE value IS 173 (67.97% from 255) = 26.70%
R=36.27%
G=37.04%
B=26.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352401730.0200.280.0664.4869.0780.98
HexEBF0AD201C6404551
Octal35336025520346100105121
Binary11101011111100001010110110011100110100000010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0AD; }

 p { color: rgb(235,240,173); }

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

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

 a { background-color: rgb(235,240,173); }

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

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

 span { border-color: rgb(235,240,173); }

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