Html Css Color HEX #EEE8BA Half Colonial White

📋 copy color: '#EEE8BA'

red 238 ◦ green 232 ◦ blue 186

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

Shades of Half Colonial White #EEE8BA

Tints of Half Colonial White #EEE8BA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.37%

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

R = 36.28%
G = 35.37%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEE8BA (or 0xEEE8BA) is known color: Half Colonial White. HEX triplet: EE, E8 and BA. RGB value is (238,232,186). Sum of RGB (Red+Green+Blue) = 238+232+186=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8BA is #111745. Grayscale: #E4E4E4. Windows color (decimal): -1120070 or 12249326. OLE color: 12249326.

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

Color convert

RGB 238 232 186 -
CMYK 0 0.03 0.22 0.07
HSL 53.08º 0.6% 0.83% -
HSV(B) 53.08º 0.22% 0.93% -
XYZ 72.98 79.44 57.94 -
YUV 228.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 238 232 186 0 0.03 0.22 0.07 53.08 0.6 0.83
Hex EE E8 BA 0 3 16 7 35 3C 53
Octal 356 350 272 0 3 26 7 65 74 123
Binary 11101110 11101000 10111010 0 11 10110 111 110101 111100 1010011

Color Harmonies of #EEE8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE8BA

Black with #EEE8BA

Text Example


Text Example

White with #EEE8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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