Html Css Color HEX #EDC9BB Watusi

📋 copy color: '#EDC9BB'

red 237 ◦ green 201 ◦ blue 187

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

Shades of Watusi #EDC9BB

Tints of Watusi #EDC9BB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.16%

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

R = 37.92%
G = 32.16%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDC9BB (or 0xEDC9BB) is known color: Watusi. HEX triplet: ED, C9 and BB. RGB value is (237,201,187). Sum of RGB (Red+Green+Blue) = 237+201+187=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9BB is #123644. Grayscale: #D2D2D2. Windows color (decimal): -1193541 or 12306925. OLE color: 12306925.

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

Color convert

RGB 237 201 187 -
CMYK 0 0.15 0.21 0.07
HSL 16.8º 0.58% 0.83% -
HSV(B) 16.8º 0.21% 0.93% -
XYZ 64.78 63.37 55.83 -
YUV 210.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 237 201 187 0 0.15 0.21 0.07 16.8 0.58 0.83
Hex ED C9 BB 0 F 15 7 11 3A 53
Octal 355 311 273 0 17 25 7 21 72 123
Binary 11101101 11001001 10111011 0 1111 10101 111 10001 111010 1010011

Color Harmonies of #EDC9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9BB

Black with #EDC9BB

Text Example


Text Example

White with #EDC9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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