Html Css Color HEX #EDC8B9 Watusi

📋 copy color: '#EDC8B9'

red 237 ◦ green 200 ◦ blue 185

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

Shades of Watusi #EDC8B9

Tints of Watusi #EDC8B9

RGB

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

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

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

R = 38.1%
G = 32.15%
B = 29.74%

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

#EDC8B9 (or 0xEDC8B9) is known color: Watusi. HEX triplet: ED, C8 and B9. RGB value is (237,200,185). Sum of RGB (Red+Green+Blue) = 237+200+185=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8B9 is #123746. Grayscale: #D1D1D1. Windows color (decimal): -1193799 or 12175597. OLE color: 12175597.

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

Color convert

RGB 237 200 185 -
CMYK 0 0.16 0.22 0.07
HSL 17.31º 0.59% 0.83% -
HSV(B) 17.31º 0.22% 0.93% -
XYZ 64.34 62.82 54.63 -
YUV 209.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 237 200 185 0 0.16 0.22 0.07 17.31 0.59 0.83
Hex ED C8 B9 0 10 16 7 11 3B 53
Octal 355 310 271 0 20 26 7 21 73 123
Binary 11101101 11001000 10111001 0 10000 10110 111 10001 111011 1010011

Color Harmonies of #EDC8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC8B9

Black with #EDC8B9

Text Example


Text Example

White with #EDC8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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