Html Css Color HEX #EEEABD Half And Half

📋 copy color: '#EEEABD'

red 238 ◦ green 234 ◦ blue 189

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

Shades of Half And Half #EEEABD

Tints of Half And Half #EEEABD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.4%

 BLUE value IS 189 (74.22% from 255) = 28.59%

R = 36.01%
G = 35.4%
B = 28.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EEEABD (or 0xEEEABD) is known color: Half And Half. HEX triplet: EE, EA and BD. RGB value is (238,234,189). Sum of RGB (Red+Green+Blue) = 238+234+189=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEABD is #111542. Grayscale: #E6E6E6. Windows color (decimal): -1119555 or 12446446. OLE color: 12446446.

HSL color Cylindrical-coordinate representation of color #EEEABD: hue angle of 55.1º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEEABD is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 234 189 -
CMYK 0 0.02 0.21 0.07
HSL 55.1º 0.59% 0.84% -
HSV(B) 55.1º 0.21% 0.93% -
XYZ 73.87 80.7 59.83 -
YUV 230.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 238 234 189 0 0.02 0.21 0.07 55.1 0.59 0.84
Hex EE EA BD 0 2 15 7 37 3B 54
Octal 356 352 275 0 2 25 7 67 73 124
Binary 11101110 11101010 10111101 0 10 10101 111 110111 111011 1010100

Color Harmonies of #EEEABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEABD

Black with #EEEABD

Text Example


Text Example

White with #EEEABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEABD; }

 p { color: rgb(238,234,189); }

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

background-color css

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

 a { background-color: rgb(238,234,189); }

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

border-color css

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

 span { border-color: rgb(238,234,189); }

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