Html Css Color HEX #EDC7B8 Watusi

📋 copy color: '#EDC7B8'

red 237 ◦ green 199 ◦ blue 184

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

Shades of Watusi #EDC7B8

Tints of Watusi #EDC7B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 29.68%

R = 38.23%
G = 32.1%
B = 29.68%

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

#EDC7B8 (or 0xEDC7B8) is known color: Watusi. HEX triplet: ED, C7 and B8. RGB value is (237,199,184). Sum of RGB (Red+Green+Blue) = 237+199+184=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 184 (72.27% from 255 or 29.68% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC7B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC7B8 is #123847. Grayscale: #D0D0D0. Windows color (decimal): -1194056 or 12109805. OLE color: 12109805.

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

Color convert

RGB 237 199 184 -
CMYK 0 0.16 0.22 0.07
HSL 16.98º 0.6% 0.83% -
HSV(B) 16.98º 0.22% 0.93% -
XYZ 64 62.31 54 -
YUV 208.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 237 199 184 0 0.16 0.22 0.07 16.98 0.6 0.83
Hex ED C7 B8 0 10 16 7 11 3C 53
Octal 355 307 270 0 20 26 7 21 74 123
Binary 11101101 11000111 10111000 0 10000 10110 111 10001 111100 1010011

Color Harmonies of #EDC7B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC7B8

Black with #EDC7B8

Text Example


Text Example

White with #EDC7B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC7B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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