Html Css Color HEX #EDC6B8 Watusi

📋 copy color: '#EDC6B8'

red 237 ◦ green 198 ◦ blue 184

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

Shades of Watusi #EDC6B8

Tints of Watusi #EDC6B8

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.99%

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

R = 38.29%
G = 31.99%
B = 29.73%

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

#EDC6B8 (or 0xEDC6B8) is known color: Watusi. HEX triplet: ED, C6 and B8. RGB value is (237,198,184). Sum of RGB (Red+Green+Blue) = 237+198+184=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 184 (72.27% from 255 or 29.73% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6B8 is #123947. Grayscale: #D0D0D0. Windows color (decimal): -1194312 or 12109549. OLE color: 12109549.

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

Color convert

RGB 237 198 184 -
CMYK 0 0.16 0.22 0.07
HSL 15.85º 0.6% 0.83% -
HSV(B) 15.85º 0.22% 0.93% -
XYZ 63.77 61.85 53.93 -
YUV 208.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 237 198 184 0 0.16 0.22 0.07 15.85 0.6 0.83
Hex ED C6 B8 0 10 16 7 10 3C 53
Octal 355 306 270 0 20 26 7 20 74 123
Binary 11101101 11000110 10111000 0 10000 10110 111 10000 111100 1010011

Color Harmonies of #EDC6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC6B8

Black with #EDC6B8

Text Example


Text Example

White with #EDC6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC6B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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