Html Css Color HEX #EEE1BA Dutch White

📋 copy color: '#EEE1BA'

red 238 ◦ green 225 ◦ blue 186

#EEE1BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dutch White #EEE1BA

Tints of Dutch White #EEE1BA

RGB

 RED value IS 238 (93.36% from 255) = 36.67%

 GREEN value IS 225 (88.28% from 255) = 34.67%

 BLUE value IS 186 (73.05% from 255) = 28.66%

R = 36.67%
G = 34.67%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEE1BA (or 0xEEE1BA) is known color: Dutch White. HEX triplet: EE, E1 and BA. RGB value is (238,225,186). Sum of RGB (Red+Green+Blue) = 238+225+186=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1BA is #111E45. Grayscale: #E0E0E0. Windows color (decimal): -1121862 or 12247534. OLE color: 12247534.

HSL color Cylindrical-coordinate representation of color #EEE1BA: hue angle of 45º 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 #EEE1BA is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 225 186 -
CMYK 0 0.05 0.22 0.07
HSL 45º 0.6% 0.83% -
HSV(B) 45º 0.22% 0.93% -
XYZ 71.05 75.57 57.3 -
YUV 224.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 238 225 186 0 0.05 0.22 0.07 45 0.6 0.83
Hex EE E1 BA 0 5 16 7 2D 3C 53
Octal 356 341 272 0 5 26 7 55 74 123
Binary 11101110 11100001 10111010 0 101 10110 111 101101 111100 1010011

Color Harmonies of #EEE1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE1BA

Black with #EEE1BA

Text Example


Text Example

White with #EEE1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE1BA; }

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

 H1.HeaderClassName
 {
   color: #EEE1BA;
 }
 .AnyTagClassName
 {
   color: #EEE1BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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