#EFE1B9

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

Shades of Dutch White #EFE1B9

Tints of Dutch White #EFE1B9

Color information

#EFE1B9 (or 0xEFE1B9) is unknown color: approx Dutch White. HEX triplet: EF, E1 and B9. RGB value is (239,225,185). Sum of RGB (Red+Green+Blue) = 239+225+185=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 185 (72.66% from 255 or 28.51% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1B9 is #101E46. Grayscale: #E0E0E0. Windows color (decimal): -1056327 or 12181999. OLE color: 12181999.

HSL color Cylindrical-coordinate representation of color #EFE1B9: hue angle of 44.44º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFE1B9 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB239225185-
CMYK00.060.230.06
HSL44.44º62.79%83.14%-
HSV(B)44.44º22.59%93.73%-
XYZ71.2875.756.75-
YUV224.63105.64138.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.83%
GREEN value IS 225 (88.28% from 255) = 34.67%
BLUE value IS 185 (72.66% from 255) = 28.51%
R=36.83%
G=34.67%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922518500.060.230.0644.4462.7983.14
HexEFE1B9061762c3f53
Octal357341271062765477123
Binary1110111111100001101110010110101111101011001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE1B9; }

 p { color: rgb(239,225,185); }

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

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

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

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

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

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

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