#efe0bc

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

Shades of Dutch White #EFE0BC

Tints of Dutch White #EFE0BC

Color information

#EFE0BC (or 0xEFE0BC) is unknown color: approx Dutch White. HEX triplet: EF, E0 and BC. RGB value is (239,224,188). Sum of RGB (Red+Green+Blue) = 239+224+188=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 188 (73.83% from 255 or 28.88% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0BC is #101F43. Grayscale: #E0E0E0. Windows color (decimal): -1056580 or 12378351. OLE color: 12378351.

HSL color Cylindrical-coordinate representation of color #EFE0BC: hue angle of 42.35º degrees, saturation: 0.61, 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 #EFE0BC is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239224188-
CMYK00.060.210.06
HSL42.35º61.45%83.73%-
HSV(B)42.35º21.34%93.73%-
XYZ71.3375.2958.35-
YUV224.38107.47138.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 224 (87.89% from 255) = 34.41%
BLUE value IS 188 (73.83% from 255) = 28.88%
R=36.71%
G=34.41%
B=28.88%

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
Decimal23922418800.060.210.0642.3561.4583.73
HexEFE0BC061562a3d54
Octal357340274062565275124
Binary1110111111100000101111000110101011101010101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efe0bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efe0bc; }

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

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

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

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

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

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

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

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