#EFE0BF

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

Shades of Dutch White #EFE0BF

Tints of Dutch White #EFE0BF

Color information

#EFE0BF (or 0xEFE0BF) is unknown color: approx Dutch White. HEX triplet: EF, E0 and BF. RGB value is (239,224,191). Sum of RGB (Red+Green+Blue) = 239+224+191=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0BF is #101F40. Grayscale: #E0E0E0. Windows color (decimal): -1056577 or 12574959. OLE color: 12574959.

HSL color Cylindrical-coordinate representation of color #EFE0BF: hue angle of 41.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFE0BF is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239224191-
CMYK00.060.200.06
HSL41.25º60%84.31%-
HSV(B)41.25º20.08%93.73%-
XYZ71.6675.4260.07-
YUV224.72108.97138.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 224 (87.89% from 255) = 34.25%
BLUE value IS 191 (75% from 255) = 29.20%
R=36.54%
G=34.25%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922419100.060.200.0641.256084.31
HexEFE0BF06146293c54
Octal357340277062465174124
Binary1110111111100000101111110110101001101010011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0BF; }

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

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

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

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

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

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

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

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