Html Css Color HEX #EEE1BF Half Colonial White

📋 copy color: '#EEE1BF'

red 238 ◦ green 225 ◦ blue 191

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

Shades of Half Colonial White #EEE1BF

Tints of Half Colonial White #EEE1BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.2%

R = 36.39%
G = 34.4%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EEE1BF (or 0xEEE1BF) is known color: Half Colonial White. HEX triplet: EE, E1 and BF. RGB value is (238,225,191). Sum of RGB (Red+Green+Blue) = 238+225+191=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1BF is #111E40. Grayscale: #E1E1E1. Windows color (decimal): -1121857 or 12575214. OLE color: 12575214.

HSL color Cylindrical-coordinate representation of color #EEE1BF: hue angle of 43.4º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEE1BF is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 225 191 -
CMYK 0 0.05 0.20 0.07
HSL 43.4º 0.58% 0.84% -
HSV(B) 43.4º 0.2% 0.93% -
XYZ 71.59 75.79 60.15 -
YUV 225.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 238 225 191 0 0.05 0.20 0.07 43.4 0.58 0.84
Hex EE E1 BF 0 5 14 7 2B 3A 54
Octal 356 341 277 0 5 24 7 53 72 124
Binary 11101110 11100001 10111111 0 101 10100 111 101011 111010 1010100

Color Harmonies of #EEE1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE1BF

Black with #EEE1BF

Text Example


Text Example

White with #EEE1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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