Html Css Color HEX #EDC8BA Watusi

📋 copy color: '#EDC8BA'

red 237 ◦ green 200 ◦ blue 186

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

Shades of Watusi #EDC8BA

Tints of Watusi #EDC8BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.86%

R = 38.04%
G = 32.1%
B = 29.86%

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

#EDC8BA (or 0xEDC8BA) is known color: Watusi. HEX triplet: ED, C8 and BA. RGB value is (237,200,186). Sum of RGB (Red+Green+Blue) = 237+200+186=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8BA is #123745. Grayscale: #D1D1D1. Windows color (decimal): -1193798 or 12241133. OLE color: 12241133.

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

Color convert

RGB 237 200 186 -
CMYK 0 0.16 0.22 0.07
HSL 16.47º 0.59% 0.83% -
HSV(B) 16.47º 0.22% 0.93% -
XYZ 64.44 62.86 55.19 -
YUV 209.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 237 200 186 0 0.16 0.22 0.07 16.47 0.59 0.83
Hex ED C8 BA 0 10 16 7 10 3B 53
Octal 355 310 272 0 20 26 7 20 73 123
Binary 11101101 11001000 10111010 0 10000 10110 111 10000 111011 1010011

Color Harmonies of #EDC8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC8BA

Black with #EDC8BA

Text Example


Text Example

White with #EDC8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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