#EFE0B4

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

Shades of Dutch White #EFE0B4

Tints of Dutch White #EFE0B4

Color information

#EFE0B4 (or 0xEFE0B4) is unknown color: approx Dutch White. HEX triplet: EF, E0 and B4. RGB value is (239,224,180). Sum of RGB (Red+Green+Blue) = 239+224+180=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 224 (87.89% from 255 or 34.84% from 643); Blue value is 180 (70.70% from 255 or 27.99% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0B4 is #101F4B. Grayscale: #DFDFDF. Windows color (decimal): -1056588 or 11854063. OLE color: 11854063.

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

Color convert

RGB239224180-
CMYK00.060.250.06
HSL44.75º64.84%82.16%-
HSV(B)44.75º24.69%93.73%-
XYZ70.4974.9653.93-
YUV223.47103.47139.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 224 (87.89% from 255) = 34.84%
BLUE value IS 180 (70.70% from 255) = 27.99%
R=37.17%
G=34.84%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922418000.060.250.0644.7564.8482.16
HexEFE0B4061962d4152
Octal3573402640631655101122
Binary11101111111000001011010001101100111010110110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0B4; }

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

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

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

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

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

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

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

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