Html Css Color HEX #EDC9BC Watusi

📋 copy color: '#EDC9BC'

red 237 ◦ green 201 ◦ blue 188

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

Shades of Watusi #EDC9BC

Tints of Watusi #EDC9BC

RGB

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

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

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

R = 37.86%
G = 32.11%
B = 30.03%

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

#EDC9BC (or 0xEDC9BC) is known color: Watusi. HEX triplet: ED, C9 and BC. RGB value is (237,201,188). Sum of RGB (Red+Green+Blue) = 237+201+188=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9BC is #123643. Grayscale: #D2D2D2. Windows color (decimal): -1193540 or 12372461. OLE color: 12372461.

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

Color convert

RGB 237 201 188 -
CMYK 0 0.15 0.21 0.07
HSL 15.92º 0.58% 0.83% -
HSV(B) 15.92º 0.21% 0.93% -
XYZ 64.89 63.41 56.4 -
YUV 210.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 237 201 188 0 0.15 0.21 0.07 15.92 0.58 0.83
Hex ED C9 BC 0 F 15 7 10 3A 53
Octal 355 311 274 0 17 25 7 20 72 123
Binary 11101101 11001001 10111100 0 1111 10101 111 10000 111010 1010011

Color Harmonies of #EDC9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9BC

Black with #EDC9BC

Text Example


Text Example

White with #EDC9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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