#EFE1BE

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

Shades of Dutch White #EFE1BE

Tints of Dutch White #EFE1BE

Color information

#EFE1BE (or 0xEFE1BE) is unknown color: approx Dutch White. HEX triplet: EF, E1 and BE. RGB value is (239,225,190). Sum of RGB (Red+Green+Blue) = 239+225+190=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 190 (74.61% from 255 or 29.05% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1BE is #101E41. Grayscale: #E1E1E1. Windows color (decimal): -1056322 or 12509679. OLE color: 12509679.

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

Color convert

RGB239225190-
CMYK00.060.210.06
HSL42.86º60.49%84.12%-
HSV(B)42.86º20.5%93.73%-
XYZ71.8275.9259.58-
YUV225.2108.14137.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 225 (88.28% from 255) = 34.40%
BLUE value IS 190 (74.61% from 255) = 29.05%
R=36.54%
G=34.40%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922519000.060.210.0642.8660.4984.12
HexEFE1BE061562b3c54
Octal357341276062565374124
Binary1110111111100001101111100110101011101010111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE1BE; }

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

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

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

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

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

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

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

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