#EFEFAD

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

Shades of Medium Goldenrod #EFEFAD

Tints of Medium Goldenrod #EFEFAD

Color information

#EFEFAD (or 0xEFEFAD) is unknown color: approx Medium Goldenrod. HEX triplet: EF, EF and AD. RGB value is (239,239,173). Sum of RGB (Red+Green+Blue) = 239+239+173=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 173 (67.97% from 255 or 26.57% from 651); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEFAD is #101052. Grayscale: #E7E7E7. Windows color (decimal): -1052755 or 11399151. OLE color: 11399151.

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

Color convert

RGB239239173-
CMYK000.280.06
HSL60º67.35%80.78%-
HSV(B)60º27.62%93.73%-
XYZ74.0183.151.67-
YUV231.4895133.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 239 (93.75% from 255) = 36.71%
BLUE value IS 173 (67.97% from 255) = 26.57%
R=36.71%
G=36.71%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239173000.280.066067.3580.78
HexEFEFAD001C63c4351
Octal3573572550034674103121
Binary111011111110111110101101001110011011110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFAD; }

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

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

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

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

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

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

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

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