#EBE0B6

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

Shades of Dutch White #EBE0B6

Tints of Dutch White #EBE0B6

Color information

#EBE0B6 (or 0xEBE0B6) is unknown color: approx Dutch White. HEX triplet: EB, E0 and B6. RGB value is (235,224,182). Sum of RGB (Red+Green+Blue) = 235+224+182=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 182 (71.48% from 255 or 28.39% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0B6 is #141F49. Grayscale: #DEDEDE. Windows color (decimal): -1318730 or 11985131. OLE color: 11985131.

HSL color Cylindrical-coordinate representation of color #EBE0B6: hue angle of 47.55º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBE0B6 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235224182-
CMYK00.050.230.08
HSL47.55º56.99%81.76%-
HSV(B)47.55º22.55%92.16%-
XYZ69.3674.3554.95-
YUV222.5105.14136.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 224 (87.89% from 255) = 34.95%
BLUE value IS 182 (71.48% from 255) = 28.39%
R=36.66%
G=34.95%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522418200.050.230.0847.5556.9981.76
HexEBE0B605178303952
Octal3533402660527106071122
Binary11101011111000001011011001011011110001100001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0B6; }

 p { color: rgb(235,224,182); }

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

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

 a { background-color: rgb(235,224,182); }

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

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

 span { border-color: rgb(235,224,182); }

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