#EAEEAF

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

Shades of Medium Goldenrod #EAEEAF

Tints of Medium Goldenrod #EAEEAF

Color information

#EAEEAF (or 0xEAEEAF) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EE and AF. RGB value is (234,238,175). Sum of RGB (Red+Green+Blue) = 234+238+175=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEEAF is #151150. Grayscale: #E5E5E5. Windows color (decimal): -1380689 or 11529962. OLE color: 11529962.

HSL color Cylindrical-coordinate representation of color #EAEEAF: hue angle of 63.81º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAEEAF is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB234238175-
CMYK0.0200.260.07
HSL63.81º64.95%80.98%-
HSV(B)63.81º26.47%93.33%-
XYZ72.2481.7452.53-
YUV229.6297.17131.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 238 (93.36% from 255) = 36.79%
BLUE value IS 175 (68.75% from 255) = 27.05%
R=36.17%
G=36.79%
B=27.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342381750.0200.260.0763.8164.9580.98
HexEAEEAF201A7404151
Octal35235625720327100101121
Binary11101010111011101010111110011010111100000010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEEAF; }

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

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

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

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

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

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

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

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