Html Css Color HEX #EEE0BA Dutch White

📋 copy color: '#EEE0BA'

red 238 ◦ green 224 ◦ blue 186

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

Shades of Dutch White #EEE0BA

Tints of Dutch White #EEE0BA

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.7%

R = 36.73%
G = 34.57%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEE0BA (or 0xEEE0BA) is known color: 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

RGB 238 224 186 -
CMYK 0 0.06 0.22 0.07
HSL 43.85º 0.6% 0.83% -
HSV(B) 43.85º 0.22% 0.93% -
XYZ 70.78 75.03 57.21 -
YUV 223.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 238 224 186 0 0.06 0.22 0.07 43.85 0.6 0.83
Hex EE E0 BA 0 6 16 7 2C 3C 53
Octal 356 340 272 0 6 26 7 54 74 123
Binary 11101110 11100000 10111010 0 110 10110 111 101100 111100 1010011

Color Harmonies of #EEE0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE0BA

Black with #EEE0BA

Text Example


Text Example

White with #EEE0BA

Text Example


Text Example

HTML Codes & Css Web 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>