#EFEBB4

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

Shades of Medium Goldenrod #EFEBB4

Tints of Medium Goldenrod #EFEBB4

Color information

#EFEBB4 (or 0xEFEBB4) is unknown color: approx Medium Goldenrod. HEX triplet: EF, EB and B4. RGB value is (239,235,180). Sum of RGB (Red+Green+Blue) = 239+235+180=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 180 (70.70% from 255 or 27.52% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBB4 is #10144B. Grayscale: #E6E6E6. Windows color (decimal): -1053772 or 11856879. OLE color: 11856879.

HSL color Cylindrical-coordinate representation of color #EFEBB4: hue angle of 55.93º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFEBB4 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB239235180-
CMYK00.020.250.06
HSL55.93º64.84%82.16%-
HSV(B)55.93º24.69%93.73%-
XYZ73.5481.0654.95-
YUV229.9399.83134.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 235 (92.19% from 255) = 35.93%
BLUE value IS 180 (70.70% from 255) = 27.52%
R=36.54%
G=35.93%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923518000.020.250.0655.9364.8482.16
HexEFEBB402196384152
Octal3573532640231670101122
Binary1110111111101011101101000101100111011100010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBB4; }

 p { color: rgb(239,235,180); }

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

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

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

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

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

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

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