#EBF0AE

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

Shades of Medium Goldenrod #EBF0AE

Tints of Medium Goldenrod #EBF0AE

Color information

#EBF0AE (or 0xEBF0AE) is unknown color: approx Medium Goldenrod. HEX triplet: EB, F0 and AE. RGB value is (235,240,174). Sum of RGB (Red+Green+Blue) = 235+240+174=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 174 (68.36% from 255 or 26.81% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF0AE is #140F51. Grayscale: #E7E7E7. Windows color (decimal): -1314642 or 11464939. OLE color: 11464939.

HSL color Cylindrical-coordinate representation of color #EBF0AE: hue angle of 64.55º 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 #EBF0AE is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB235240174-
CMYK0.0200.280.06
HSL64.55º68.75%81.18%-
HSV(B)64.55º27.5%94.12%-
XYZ73.0683.0452.22-
YUV230.9895.84130.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 240 (94.14% from 255) = 36.98%
BLUE value IS 174 (68.36% from 255) = 26.81%
R=36.21%
G=36.98%
B=26.81%

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
Decimal2352401740.0200.280.0664.5568.7581.18
HexEBF0AE201C6414551
Octal35336025620346101105121
Binary11101011111100001010111010011100110100000110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0AE; }

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

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

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

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

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

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

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

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