Html Css Color HEX #EDD1BB Watusi

📋 copy color: '#EDD1BB'

red 237 ◦ green 209 ◦ blue 187

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

Shades of Watusi #EDD1BB

Tints of Watusi #EDD1BB

RGB

 RED value IS 237 (92.97% from 255) = 37.44%

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

 BLUE value IS 187 (73.44% from 255) = 29.54%

R = 37.44%
G = 33.02%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDD1BB (or 0xEDD1BB) is known color: Watusi. HEX triplet: ED, D1 and BB. RGB value is (237,209,187). Sum of RGB (Red+Green+Blue) = 237+209+187=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1BB is #122E44. Grayscale: #D6D6D6. Windows color (decimal): -1191493 or 12308973. OLE color: 12308973.

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

Color convert

RGB 237 209 187 -
CMYK 0 0.12 0.21 0.07
HSL 26.4º 0.58% 0.83% -
HSV(B) 26.4º 0.21% 0.93% -
XYZ 66.7 67.19 56.47 -
YUV 214.86 112.28 143.79 -
System Red Green Blue C M Y K H S L
Decimal 237 209 187 0 0.12 0.21 0.07 26.4 0.58 0.83
Hex ED D1 BB 0 C 15 7 1A 3A 53
Octal 355 321 273 0 14 25 7 32 72 123
Binary 11101101 11010001 10111011 0 1100 10101 111 11010 111010 1010011

Color Harmonies of #EDD1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD1BB

Black with #EDD1BB

Text Example


Text Example

White with #EDD1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD1BB; }

 p { color: rgb(237,209,187); }

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

background-color css

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

 a { background-color: rgb(237,209,187); }

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

border-color css

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

 span { border-color: rgb(237,209,187); }

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