Html Css Color HEX #EDCABD Watusi

📋 copy color: '#EDCABD'

red 237 ◦ green 202 ◦ blue 189

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

Shades of Watusi #EDCABD

Tints of Watusi #EDCABD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.17%

 BLUE value IS 189 (74.22% from 255) = 30.1%

R = 37.74%
G = 32.17%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDCABD (or 0xEDCABD) is known color: Watusi. HEX triplet: ED, CA and BD. RGB value is (237,202,189). Sum of RGB (Red+Green+Blue) = 237+202+189=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCABD is #123542. Grayscale: #D3D3D3. Windows color (decimal): -1193283 or 12438253. OLE color: 12438253.

HSL color Cylindrical-coordinate representation of color #EDCABD: hue angle of 16.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDCABD is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 202 189 -
CMYK 0 0.15 0.20 0.07
HSL 16.25º 0.57% 0.84% -
HSV(B) 16.25º 0.2% 0.93% -
XYZ 65.23 63.92 57.04 -
YUV 210.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 237 202 189 0 0.15 0.20 0.07 16.25 0.57 0.84
Hex ED CA BD 0 F 14 7 10 39 54
Octal 355 312 275 0 17 24 7 20 71 124
Binary 11101101 11001010 10111101 0 1111 10100 111 10000 111001 1010100

Color Harmonies of #EDCABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCABD

Black with #EDCABD

Text Example


Text Example

White with #EDCABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCABD; }

 p { color: rgb(237,202,189); }

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

background-color css

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

 a { background-color: rgb(237,202,189); }

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

border-color css

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

 span { border-color: rgb(237,202,189); }

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