Html Css Color HEX #EDCEC0 Watusi

📋 copy color: '#EDCEC0'

red 237 ◦ green 206 ◦ blue 192

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

Shades of Watusi #EDCEC0

Tints of Watusi #EDCEC0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.44%

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

R = 37.32%
G = 32.44%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDCEC0 (or 0xEDCEC0) is known color: Watusi. HEX triplet: ED, CE and C0. RGB value is (237,206,192). Sum of RGB (Red+Green+Blue) = 237+206+192=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEC0 is #12313F. Grayscale: #D5D5D5. Windows color (decimal): -1192256 or 12635885. OLE color: 12635885.

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

Color convert

RGB 237 206 192 -
CMYK 0 0.13 0.19 0.07
HSL 18.67º 0.56% 0.84% -
HSV(B) 18.67º 0.19% 0.93% -
XYZ 66.51 65.95 59.09 -
YUV 213.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 237 206 192 0 0.13 0.19 0.07 18.67 0.56 0.84
Hex ED CE C0 0 D 13 7 13 38 54
Octal 355 316 300 0 15 23 7 23 70 124
Binary 11101101 11001110 11000000 0 1101 10011 111 10011 111000 1010100

Color Harmonies of #EDCEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEC0

Black with #EDCEC0

Text Example


Text Example

White with #EDCEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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