Html Css Color HEX #EDCAB6 Watusi

📋 copy color: '#EDCAB6'

red 237 ◦ green 202 ◦ blue 182

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

Shades of Watusi #EDCAB6

Tints of Watusi #EDCAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 29.31%

R = 38.16%
G = 32.53%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EDCAB6 (or 0xEDCAB6) is known color: Watusi. HEX triplet: ED, CA and B6. RGB value is (237,202,182). Sum of RGB (Red+Green+Blue) = 237+202+182=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAB6 is #123549. Grayscale: #D2D2D2. Windows color (decimal): -1193290 or 11979501. OLE color: 11979501.

HSL color Cylindrical-coordinate representation of color #EDCAB6: hue angle of 21.82º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDCAB6 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 202 182 -
CMYK 0 0.15 0.23 0.07
HSL 21.82º 0.6% 0.82% -
HSV(B) 21.82º 0.23% 0.93% -
XYZ 64.49 63.62 53.14 -
YUV 210.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 237 202 182 0 0.15 0.23 0.07 21.82 0.6 0.82
Hex ED CA B6 0 F 17 7 16 3C 52
Octal 355 312 266 0 17 27 7 26 74 122
Binary 11101101 11001010 10110110 0 1111 10111 111 10110 111100 1010010

Color Harmonies of #EDCAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCAB6

Black with #EDCAB6

Text Example


Text Example

White with #EDCAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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