Html Css Color HEX #EED0BE Watusi

📋 copy color: '#EED0BE'

red 238 ◦ green 208 ◦ blue 190

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

Shades of Watusi #EED0BE

Tints of Watusi #EED0BE

RGB

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

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

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

R = 37.42%
G = 32.7%
B = 29.87%

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

#EED0BE (or 0xEED0BE) is known color: Watusi. HEX triplet: EE, D0 and BE. RGB value is (238,208,190). Sum of RGB (Red+Green+Blue) = 238+208+190=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0BE is #112F41. Grayscale: #D7D7D7. Windows color (decimal): -1126210 or 12505326. OLE color: 12505326.

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

Color convert

RGB 238 208 190 -
CMYK 0 0.13 0.20 0.07
HSL 22.5º 0.59% 0.84% -
HSV(B) 22.5º 0.2% 0.93% -
XYZ 67.11 67.01 58.11 -
YUV 214.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 238 208 190 0 0.13 0.20 0.07 22.5 0.59 0.84
Hex EE D0 BE 0 D 14 7 16 3B 54
Octal 356 320 276 0 15 24 7 26 73 124
Binary 11101110 11010000 10111110 0 1101 10100 111 10110 111011 1010100

Color Harmonies of #EED0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED0BE

Black with #EED0BE

Text Example


Text Example

White with #EED0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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