#EEE0BA

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

Shades of Dutch White #EEE0BA

Tints of Dutch White #EEE0BA

Color information

#EEE0BA (or 0xEEE0BA) is unknown color: approx Dutch White. HEX triplet: EE, E0 and BA. RGB value is (238,224,186). Sum of RGB (Red+Green+Blue) = 238+224+186=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0BA is #111F45. Grayscale: #E0E0E0. Windows color (decimal): -1122118 or 12247278. OLE color: 12247278.

HSL color Cylindrical-coordinate representation of color #EEE0BA: hue angle of 43.85º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEE0BA is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238224186-
CMYK00.060.220.07
HSL43.85º60.47%83.14%-
HSV(B)43.85º21.85%93.33%-
XYZ70.7875.0357.21-
YUV223.85106.64138.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.73%
GREEN value IS 224 (87.89% from 255) = 34.57%
BLUE value IS 186 (73.05% from 255) = 28.70%
R=36.73%
G=34.57%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822418600.060.220.0743.8560.4783.14
HexEEE0BA061672c3c53
Octal356340272062675474123
Binary1110111011100000101110100110101101111011001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE0BA; }

 p { color: rgb(238,224,186); }

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

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

 a { background-color: rgb(238,224,186); }

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

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

 span { border-color: rgb(238,224,186); }

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