#EFEEAD

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

Shades of Medium Goldenrod #EFEEAD

Tints of Medium Goldenrod #EFEEAD

Color information

#EFEEAD (or 0xEFEEAD) is unknown color: approx Medium Goldenrod. HEX triplet: EF, EE and AD. RGB value is (239,238,173). Sum of RGB (Red+Green+Blue) = 239+238+173=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 173 (67.97% from 255 or 26.62% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEEAD is #101152. Grayscale: #E7E7E7. Windows color (decimal): -1053011 or 11398895. OLE color: 11398895.

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

Color convert

RGB239238173-
CMYK00.000.280.06
HSL59.09º67.35%80.78%-
HSV(B)59.09º27.62%93.73%-
XYZ73.7182.5251.58-
YUV230.8995.33133.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 238 (93.36% from 255) = 36.62%
BLUE value IS 173 (67.97% from 255) = 26.62%
R=36.77%
G=36.62%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923817300.000.280.0659.0967.3580.78
HexEFEEAD001C63b4351
Octal3573562550034673103121
Binary111011111110111010101101001110011011101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEAD; }

 p { color: rgb(239,238,173); }

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

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

 a { background-color: rgb(239,238,173); }

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

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

 span { border-color: rgb(239,238,173); }

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