Html Css Color HEX #EDC8B7 Watusi

📋 copy color: '#EDC8B7'

red 237 ◦ green 200 ◦ blue 183

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

Shades of Watusi #EDC8B7

Tints of Watusi #EDC8B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.52%

R = 38.23%
G = 32.26%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EDC8B7 (or 0xEDC8B7) is known color: Watusi. HEX triplet: ED, C8 and B7. RGB value is (237,200,183). Sum of RGB (Red+Green+Blue) = 237+200+183=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 183 (71.88% from 255 or 29.52% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8B7 is #123748. Grayscale: #D1D1D1. Windows color (decimal): -1193801 or 12044525. OLE color: 12044525.

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

Color convert

RGB 237 200 183 -
CMYK 0 0.16 0.23 0.07
HSL 18.89º 0.6% 0.82% -
HSV(B) 18.89º 0.23% 0.93% -
XYZ 64.13 62.73 53.53 -
YUV 209.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 237 200 183 0 0.16 0.23 0.07 18.89 0.6 0.82
Hex ED C8 B7 0 10 17 7 13 3C 52
Octal 355 310 267 0 20 27 7 23 74 122
Binary 11101101 11001000 10110111 0 10000 10111 111 10011 111100 1010010

Color Harmonies of #EDC8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC8B7

Black with #EDC8B7

Text Example


Text Example

White with #EDC8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC8B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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