Html Css Color HEX #EDC7B9 Watusi

📋 copy color: '#EDC7B9'

red 237 ◦ green 199 ◦ blue 185

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

Shades of Watusi #EDC7B9

Tints of Watusi #EDC7B9

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.05%

 BLUE value IS 185 (72.66% from 255) = 29.79%

R = 38.16%
G = 32.05%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDC7B9 (or 0xEDC7B9) is known color: Watusi. HEX triplet: ED, C7 and B9. RGB value is (237,199,185). Sum of RGB (Red+Green+Blue) = 237+199+185=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 185 (72.66% from 255 or 29.79% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC7B9 is #123846. Grayscale: #D0D0D0. Windows color (decimal): -1194055 or 12175341. OLE color: 12175341.

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

Color convert

RGB 237 199 185 -
CMYK 0 0.16 0.22 0.07
HSL 16.15º 0.59% 0.83% -
HSV(B) 16.15º 0.22% 0.93% -
XYZ 64.11 62.35 54.56 -
YUV 208.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 237 199 185 0 0.16 0.22 0.07 16.15 0.59 0.83
Hex ED C7 B9 0 10 16 7 10 3B 53
Octal 355 307 271 0 20 26 7 20 73 123
Binary 11101101 11000111 10111001 0 10000 10110 111 10000 111011 1010011

Color Harmonies of #EDC7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC7B9

Black with #EDC7B9

Text Example


Text Example

White with #EDC7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC7B9; }

 p { color: rgb(237,199,185); }

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

background-color css

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

 a { background-color: rgb(237,199,185); }

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

border-color css

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

 span { border-color: rgb(237,199,185); }

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