Html Css Color HEX #EDCAB7 Watusi

📋 copy color: '#EDCAB7'

red 237 ◦ green 202 ◦ blue 183

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

Shades of Watusi #EDCAB7

Tints of Watusi #EDCAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.42%

R = 38.1%
G = 32.48%
B = 29.42%

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

#EDCAB7 (or 0xEDCAB7) is known color: Watusi. HEX triplet: ED, CA and B7. RGB value is (237,202,183). Sum of RGB (Red+Green+Blue) = 237+202+183=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 183 (71.88% from 255 or 29.42% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAB7 is #123548. Grayscale: #D2D2D2. Windows color (decimal): -1193289 or 12045037. OLE color: 12045037.

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

Color convert

RGB 237 202 183 -
CMYK 0 0.15 0.23 0.07
HSL 21.11º 0.6% 0.82% -
HSV(B) 21.11º 0.23% 0.93% -
XYZ 64.59 63.66 53.68 -
YUV 210.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 237 202 183 0 0.15 0.23 0.07 21.11 0.6 0.82
Hex ED CA B7 0 F 17 7 15 3C 52
Octal 355 312 267 0 17 27 7 25 74 122
Binary 11101101 11001010 10110111 0 1111 10111 111 10101 111100 1010010

Color Harmonies of #EDCAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCAB7

Black with #EDCAB7

Text Example


Text Example

White with #EDCAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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