#EFE1BF

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

Shades of Dutch White #EFE1BF

Tints of Dutch White #EFE1BF

Color information

#EFE1BF (or 0xEFE1BF) is unknown color: approx Dutch White. HEX triplet: EF, E1 and BF. RGB value is (239,225,191). Sum of RGB (Red+Green+Blue) = 239+225+191=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 191 (75% from 255 or 29.16% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1BF is #101E40. Grayscale: #E1E1E1. Windows color (decimal): -1056321 or 12575215. OLE color: 12575215.

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

Color convert

RGB239225191-
CMYK00.060.200.06
HSL42.5º60%84.31%-
HSV(B)42.5º20.08%93.73%-
XYZ71.9375.9660.16-
YUV225.31108.64137.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 225 (88.28% from 255) = 34.35%
BLUE value IS 191 (75% from 255) = 29.16%
R=36.49%
G=34.35%
B=29.16%

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
Decimal23922519100.060.200.0642.56084.31
HexEFE1BF061462a3c54
Octal357341277062465274124
Binary1110111111100001101111110110101001101010101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE1BF; }

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

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

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

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

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

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

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

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