Html Css Color HEX #EED0BC Watusi

📋 copy color: '#EED0BC'

red 238 ◦ green 208 ◦ blue 188

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

Shades of Watusi #EED0BC

Tints of Watusi #EED0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.65%

R = 37.54%
G = 32.81%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EED0BC (or 0xEED0BC) is known color: Watusi. HEX triplet: EE, D0 and BC. RGB value is (238,208,188). Sum of RGB (Red+Green+Blue) = 238+208+188=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0BC is #112F43. Grayscale: #D6D6D6. Windows color (decimal): -1126212 or 12374254. OLE color: 12374254.

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

Color convert

RGB 238 208 188 -
CMYK 0 0.13 0.21 0.07
HSL 24º 0.6% 0.84% -
HSV(B) 24º 0.21% 0.93% -
XYZ 66.89 66.92 56.97 -
YUV 214.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 238 208 188 0 0.13 0.21 0.07 24 0.6 0.84
Hex EE D0 BC 0 D 15 7 18 3C 54
Octal 356 320 274 0 15 25 7 30 74 124
Binary 11101110 11010000 10111100 0 1101 10101 111 11000 111100 1010100

Color Harmonies of #EED0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED0BC

Black with #EED0BC

Text Example


Text Example

White with #EED0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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