Html Css Color HEX #EDC9B6 Watusi

📋 copy color: '#EDC9B6'

red 237 ◦ green 201 ◦ blue 182

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

Shades of Watusi #EDC9B6

Tints of Watusi #EDC9B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 29.35%

R = 38.23%
G = 32.42%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EDC9B6 (or 0xEDC9B6) is known color: Watusi. HEX triplet: ED, C9 and B6. RGB value is (237,201,182). Sum of RGB (Red+Green+Blue) = 237+201+182=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 182 (71.48% from 255 or 29.35% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9B6 is #123649. Grayscale: #D1D1D1. Windows color (decimal): -1193546 or 11979245. OLE color: 11979245.

HSL color Cylindrical-coordinate representation of color #EDC9B6: hue angle of 20.73º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDC9B6 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 201 182 -
CMYK 0 0.15 0.23 0.07
HSL 20.73º 0.6% 0.82% -
HSV(B) 20.73º 0.23% 0.93% -
XYZ 64.26 63.16 53.06 -
YUV 209.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 237 201 182 0 0.15 0.23 0.07 20.73 0.6 0.82
Hex ED C9 B6 0 F 17 7 15 3C 52
Octal 355 311 266 0 17 27 7 25 74 122
Binary 11101101 11001001 10110110 0 1111 10111 111 10101 111100 1010010

Color Harmonies of #EDC9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9B6

Black with #EDC9B6

Text Example


Text Example

White with #EDC9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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