#EAEBAF

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

Shades of Medium Goldenrod #EAEBAF

Tints of Medium Goldenrod #EAEBAF

Color information

#EAEBAF (or 0xEAEBAF) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EB and AF. RGB value is (234,235,175). Sum of RGB (Red+Green+Blue) = 234+235+175=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEBAF is #151450. Grayscale: #E4E4E4. Windows color (decimal): -1381457 or 11529194. OLE color: 11529194.

HSL color Cylindrical-coordinate representation of color #EAEBAF: hue angle of 61º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAEBAF is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB234235175-
CMYK0.0000.260.08
HSL61º60%80.39%-
HSV(B)61º25.53%92.16%-
XYZ71.388052.24-
YUV227.8698.17132.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.34%
GREEN value IS 235 (92.19% from 255) = 36.49%
BLUE value IS 175 (68.75% from 255) = 27.17%
R=36.34%
G=36.49%
B=27.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342351750.0000.260.08616080.39
HexEAEBAF001A83d3c50
Octal3523532570032107574120
Binary111010101110101110101111001101010001111011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBAF; }

 p { color: rgb(234,235,175); }

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

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

 a { background-color: rgb(234,235,175); }

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

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

 span { border-color: rgb(234,235,175); }

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