#EBE0B4

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

Shades of Dutch White #EBE0B4

Tints of Dutch White #EBE0B4

Color information

#EBE0B4 (or 0xEBE0B4) is unknown color: approx Dutch White. HEX triplet: EB, E0 and B4. RGB value is (235,224,180). Sum of RGB (Red+Green+Blue) = 235+224+180=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 180 (70.70% from 255 or 28.17% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0B4 is #141F4B. Grayscale: #DEDEDE. Windows color (decimal): -1318732 or 11854059. OLE color: 11854059.

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

Color convert

RGB235224180-
CMYK00.050.230.08
HSL48º57.89%81.37%-
HSV(B)48º23.4%92.16%-
XYZ69.1574.2753.87-
YUV222.27104.14137.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 224 (87.89% from 255) = 35.05%
BLUE value IS 180 (70.70% from 255) = 28.17%
R=36.78%
G=35.05%
B=28.17%

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
Decimal23522418000.050.230.084857.8981.37
HexEBE0B405178303a51
Octal3533402640527106072121
Binary11101011111000001011010001011011110001100001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0B4; }

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

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

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

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

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

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

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

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