Html Css Color HEX #EDC8BB Watusi

📋 copy color: '#EDC8BB'

red 237 ◦ green 200 ◦ blue 187

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

Shades of Watusi #EDC8BB

Tints of Watusi #EDC8BB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.05%

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

R = 37.98%
G = 32.05%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDC8BB (or 0xEDC8BB) is known color: Watusi. HEX triplet: ED, C8 and BB. RGB value is (237,200,187). Sum of RGB (Red+Green+Blue) = 237+200+187=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8BB is #123744. Grayscale: #D1D1D1. Windows color (decimal): -1193797 or 12306669. OLE color: 12306669.

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

Color convert

RGB 237 200 187 -
CMYK 0 0.16 0.21 0.07
HSL 15.6º 0.58% 0.83% -
HSV(B) 15.6º 0.21% 0.93% -
XYZ 64.55 62.9 55.75 -
YUV 209.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 237 200 187 0 0.16 0.21 0.07 15.6 0.58 0.83
Hex ED C8 BB 0 10 15 7 10 3A 53
Octal 355 310 273 0 20 25 7 20 72 123
Binary 11101101 11001000 10111011 0 10000 10101 111 10000 111010 1010011

Color Harmonies of #EDC8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC8BB

Black with #EDC8BB

Text Example


Text Example

White with #EDC8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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