#EFE1BB

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

Shades of Dutch White #EFE1BB

Tints of Dutch White #EFE1BB

Color information

#EFE1BB (or 0xEFE1BB) is unknown color: approx Dutch White. HEX triplet: EF, E1 and BB. RGB value is (239,225,187). Sum of RGB (Red+Green+Blue) = 239+225+187=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 187 (73.44% from 255 or 28.73% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1BB is #101E44. Grayscale: #E1E1E1. Windows color (decimal): -1056325 or 12313071. OLE color: 12313071.

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

Color convert

RGB239225187-
CMYK00.060.220.06
HSL43.85º61.9%83.53%-
HSV(B)43.85º21.76%93.73%-
XYZ71.4975.7957.87-
YUV224.85106.64138.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 225 (88.28% from 255) = 34.56%
BLUE value IS 187 (73.44% from 255) = 28.73%
R=36.71%
G=34.56%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922518700.060.220.0643.8561.983.53
HexEFE1BB061662c3e54
Octal357341273062665476124
Binary1110111111100001101110110110101101101011001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE1BB; }

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

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

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

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

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

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

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

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