Html Css Color HEX #EED0BF Watusi

📋 copy color: '#EED0BF'

red 238 ◦ green 208 ◦ blue 191

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

Shades of Watusi #EED0BF

Tints of Watusi #EED0BF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.65%

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

R = 37.36%
G = 32.65%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EED0BF (or 0xEED0BF) is known color: Watusi. HEX triplet: EE, D0 and BF. RGB value is (238,208,191). Sum of RGB (Red+Green+Blue) = 238+208+191=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0BF is #112F40. Grayscale: #D7D7D7. Windows color (decimal): -1126209 or 12570862. OLE color: 12570862.

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

Color convert

RGB 238 208 191 -
CMYK 0 0.13 0.20 0.07
HSL 21.7º 0.58% 0.84% -
HSV(B) 21.7º 0.2% 0.93% -
XYZ 67.22 67.05 58.69 -
YUV 215.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 238 208 191 0 0.13 0.20 0.07 21.7 0.58 0.84
Hex EE D0 BF 0 D 14 7 16 3A 54
Octal 356 320 277 0 15 24 7 26 72 124
Binary 11101110 11010000 10111111 0 1101 10100 111 10110 111010 1010100

Color Harmonies of #EED0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED0BF

Black with #EED0BF

Text Example


Text Example

White with #EED0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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