#EFE0B9

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

Shades of Dutch White #EFE0B9

Tints of Dutch White #EFE0B9

Color information

#EFE0B9 (or 0xEFE0B9) is unknown color: approx Dutch White. HEX triplet: EF, E0 and B9. RGB value is (239,224,185). Sum of RGB (Red+Green+Blue) = 239+224+185=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 185 (72.66% from 255 or 28.55% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0B9 is #101F46. Grayscale: #E0E0E0. Windows color (decimal): -1056583 or 12181743. OLE color: 12181743.

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

Color convert

RGB239224185-
CMYK00.060.230.06
HSL43.33º62.79%83.14%-
HSV(B)43.33º22.59%93.73%-
XYZ71.0175.1656.66-
YUV224.04105.97138.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.88%
GREEN value IS 224 (87.89% from 255) = 34.57%
BLUE value IS 185 (72.66% from 255) = 28.55%
R=36.88%
G=34.57%
B=28.55%

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
Decimal23922418500.060.230.0643.3362.7983.14
HexEFE0B9061762b3f53
Octal357340271062765377123
Binary1110111111100000101110010110101111101010111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0B9; }

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

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

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

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

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

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

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

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