Html Css Color HEX #EDCDC0 Watusi

📋 copy color: '#EDCDC0'

red 237 ◦ green 205 ◦ blue 192

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

Shades of Watusi #EDCDC0

Tints of Watusi #EDCDC0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.33%

 BLUE value IS 192 (75.39% from 255) = 30.28%

R = 37.38%
G = 32.33%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDCDC0 (or 0xEDCDC0) is known color: Watusi. HEX triplet: ED, CD and C0. RGB value is (237,205,192). Sum of RGB (Red+Green+Blue) = 237+205+192=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDC0 is #12323F. Grayscale: #D5D5D5. Windows color (decimal): -1192512 or 12635629. OLE color: 12635629.

HSL color Cylindrical-coordinate representation of color #EDCDC0: hue angle of 17.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDCDC0 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 192 -
CMYK 0 0.14 0.19 0.07
HSL 17.33º 0.56% 0.84% -
HSV(B) 17.33º 0.19% 0.93% -
XYZ 66.27 65.47 59.01 -
YUV 213.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 237 205 192 0 0.14 0.19 0.07 17.33 0.56 0.84
Hex ED CD C0 0 E 13 7 11 38 54
Octal 355 315 300 0 16 23 7 21 70 124
Binary 11101101 11001101 11000000 0 1110 10011 111 10001 111000 1010100

Color Harmonies of #EDCDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDC0

Black with #EDCDC0

Text Example


Text Example

White with #EDCDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDC0; }

 p { color: rgb(237,205,192); }

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

background-color css

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

 a { background-color: rgb(237,205,192); }

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

border-color css

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

 span { border-color: rgb(237,205,192); }

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