Html Css Color HEX #EED1BF Watusi

📋 copy color: '#EED1BF'

red 238 ◦ green 209 ◦ blue 191

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

Shades of Watusi #EED1BF

Tints of Watusi #EED1BF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.76%

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

R = 37.3%
G = 32.76%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EED1BF (or 0xEED1BF) is known color: Watusi. HEX triplet: EE, D1 and BF. RGB value is (238,209,191). Sum of RGB (Red+Green+Blue) = 238+209+191=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1BF is #112E40. Grayscale: #D7D7D7. Windows color (decimal): -1125953 or 12571118. OLE color: 12571118.

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

Color convert

RGB 238 209 191 -
CMYK 0 0.12 0.20 0.07
HSL 22.98º 0.58% 0.84% -
HSV(B) 22.98º 0.2% 0.93% -
XYZ 67.46 67.54 58.77 -
YUV 215.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 238 209 191 0 0.12 0.20 0.07 22.98 0.58 0.84
Hex EE D1 BF 0 C 14 7 17 3A 54
Octal 356 321 277 0 14 24 7 27 72 124
Binary 11101110 11010001 10111111 0 1100 10100 111 10111 111010 1010100

Color Harmonies of #EED1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED1BF

Black with #EED1BF

Text Example


Text Example

White with #EED1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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