#EFE0BE

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

Shades of Dutch White #EFE0BE

Tints of Dutch White #EFE0BE

Color information

#EFE0BE (or 0xEFE0BE) is unknown color: approx Dutch White. HEX triplet: EF, E0 and BE. RGB value is (239,224,190). Sum of RGB (Red+Green+Blue) = 239+224+190=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0BE is #101F41. Grayscale: #E0E0E0. Windows color (decimal): -1056578 or 12509423. OLE color: 12509423.

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

Color convert

RGB239224190-
CMYK00.060.210.06
HSL41.63º60.49%84.12%-
HSV(B)41.63º20.5%93.73%-
XYZ71.5575.3859.49-
YUV224.61108.47138.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 224 (87.89% from 255) = 34.30%
BLUE value IS 190 (74.61% from 255) = 29.10%
R=36.60%
G=34.30%
B=29.10%

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
Decimal23922419000.060.210.0641.6360.4984.12
HexEFE0BE061562a3c54
Octal357340276062565274124
Binary1110111111100000101111100110101011101010101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0BE; }

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

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

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

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

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

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

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

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