#EFDFB4

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

Shades of Dutch White #EFDFB4

Tints of Dutch White #EFDFB4

Color information

#EFDFB4 (or 0xEFDFB4) is unknown color: approx Dutch White. HEX triplet: EF, DF and B4. RGB value is (239,223,180). Sum of RGB (Red+Green+Blue) = 239+223+180=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 180 (70.70% from 255 or 28.04% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFB4 is #10204B. Grayscale: #DFDFDF. Windows color (decimal): -1056844 or 11853807. OLE color: 11853807.

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

Color convert

RGB239223180-
CMYK00.070.250.06
HSL43.73º64.84%82.16%-
HSV(B)43.73º24.69%93.73%-
XYZ70.2274.4253.84-
YUV222.88103.8139.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 223 (87.5% from 255) = 34.74%
BLUE value IS 180 (70.70% from 255) = 28.04%
R=37.23%
G=34.74%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922318000.070.250.0643.7364.8482.16
HexEFDFB4071962c4152
Octal3573372640731654101122
Binary11101111110111111011010001111100111010110010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFB4; }

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

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

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

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

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

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

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

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