#EFE0B7

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

Shades of Dutch White #EFE0B7

Tints of Dutch White #EFE0B7

Color information

#EFE0B7 (or 0xEFE0B7) is unknown color: approx Dutch White. HEX triplet: EF, E0 and B7. RGB value is (239,224,183). Sum of RGB (Red+Green+Blue) = 239+224+183=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 183 (71.88% from 255 or 28.33% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0B7 is #101F48. Grayscale: #DFDFDF. Windows color (decimal): -1056585 or 12050671. OLE color: 12050671.

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

Color convert

RGB239224183-
CMYK00.060.230.06
HSL43.93º63.64%82.75%-
HSV(B)43.93º23.43%93.73%-
XYZ70.875.0855.56-
YUV223.81104.97138.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.00%
GREEN value IS 224 (87.89% from 255) = 34.67%
BLUE value IS 183 (71.88% from 255) = 28.33%
R=37.00%
G=34.67%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922418300.060.230.0643.9363.6482.75
HexEFE0B7061762c4053
Octal3573402670627654100123
Binary11101111111000001011011101101011111010110010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0B7; }

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

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

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

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

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

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

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

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