#EFDBB0

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

Shades of Wheat #EFDBB0

Tints of Wheat #EFDBB0

Color information

#EFDBB0 (or 0xEFDBB0) is unknown color: approx Wheat. HEX triplet: EF, DB and B0. RGB value is (239,219,176). Sum of RGB (Red+Green+Blue) = 239+219+176=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 176 (69.14% from 255 or 27.76% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBB0 is #10244F. Grayscale: #DCDCDC. Windows color (decimal): -1057872 or 11590639. OLE color: 11590639.

HSL color Cylindrical-coordinate representation of color #EFDBB0: hue angle of 40.95º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFDBB0 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239219176-
CMYK00.080.260.06
HSL40.95º66.32%81.37%-
HSV(B)40.95º26.36%93.73%-
XYZ68.7672.1551.38-
YUV220.08103.13141.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.70%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 176 (69.14% from 255) = 27.76%
R=37.70%
G=34.54%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921917600.080.260.0640.9566.3281.37
HexEFDBB0081A6294251
Octal35733326001032651102121
Binary111011111101101110110000010001101011010100110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBB0; }

 p { color: rgb(239,219,176); }

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

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

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

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

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

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

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