Html Css Color HEX #EED0B9 Watusi

📋 copy color: '#EED0B9'

red 238 ◦ green 208 ◦ blue 185

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

Shades of Watusi #EED0B9

Tints of Watusi #EED0B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.32%

R = 37.72%
G = 32.96%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EED0B9 (or 0xEED0B9) is known color: Watusi. HEX triplet: EE, D0 and B9. RGB value is (238,208,185). Sum of RGB (Red+Green+Blue) = 238+208+185=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 185 (72.66% from 255 or 29.32% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0B9 is #112F46. Grayscale: #D6D6D6. Windows color (decimal): -1126215 or 12177646. OLE color: 12177646.

HSL color Cylindrical-coordinate representation of color #EED0B9: hue angle of 26.04º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EED0B9 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 208 185 -
CMYK 0 0.13 0.22 0.07
HSL 26.04º 0.61% 0.83% -
HSV(B) 26.04º 0.22% 0.93% -
XYZ 66.57 66.79 55.28 -
YUV 214.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 238 208 185 0 0.13 0.22 0.07 26.04 0.61 0.83
Hex EE D0 B9 0 D 16 7 1A 3D 53
Octal 356 320 271 0 15 26 7 32 75 123
Binary 11101110 11010000 10111001 0 1101 10110 111 11010 111101 1010011

Color Harmonies of #EED0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED0B9

Black with #EED0B9

Text Example


Text Example

White with #EED0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED0B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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