Html Css Color HEX #EEE2BE Half Colonial White

📋 copy color: '#EEE2BE'

red 238 ◦ green 226 ◦ blue 190

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

Shades of Half Colonial White #EEE2BE

Tints of Half Colonial White #EEE2BE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.56%

 BLUE value IS 190 (74.61% from 255) = 29.05%

R = 36.39%
G = 34.56%
B = 29.05%

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

#EEE2BE (or 0xEEE2BE) is known color: Half Colonial White. HEX triplet: EE, E2 and BE. RGB value is (238,226,190). Sum of RGB (Red+Green+Blue) = 238+226+190=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 190 (74.61% from 255 or 29.05% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2BE is #111D41. Grayscale: #E1E1E1. Windows color (decimal): -1121602 or 12509934. OLE color: 12509934.

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

Color convert

RGB 238 226 190 -
CMYK 0 0.05 0.20 0.07
HSL 45º 0.59% 0.84% -
HSV(B) 45º 0.2% 0.93% -
XYZ 71.75 76.29 59.66 -
YUV 225.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 238 226 190 0 0.05 0.20 0.07 45 0.59 0.84
Hex EE E2 BE 0 5 14 7 2D 3B 54
Octal 356 342 276 0 5 24 7 55 73 124
Binary 11101110 11100010 10111110 0 101 10100 111 101101 111011 1010100

Color Harmonies of #EEE2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE2BE

Black with #EEE2BE

Text Example


Text Example

White with #EEE2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE2BE; }

 p { color: rgb(238,226,190); }

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

background-color css

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

 a { background-color: rgb(238,226,190); }

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

border-color css

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

 span { border-color: rgb(238,226,190); }

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