Html Css Color HEX #EDCAB9 Watusi

📋 copy color: '#EDCAB9'

red 237 ◦ green 202 ◦ blue 185

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

Shades of Watusi #EDCAB9

Tints of Watusi #EDCAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.65%

R = 37.98%
G = 32.37%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDCAB9 (or 0xEDCAB9) is known color: Watusi. HEX triplet: ED, CA and B9. RGB value is (237,202,185). Sum of RGB (Red+Green+Blue) = 237+202+185=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAB9 is #123546. Grayscale: #D2D2D2. Windows color (decimal): -1193287 or 12176109. OLE color: 12176109.

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

Color convert

RGB 237 202 185 -
CMYK 0 0.15 0.22 0.07
HSL 19.62º 0.59% 0.83% -
HSV(B) 19.62º 0.22% 0.93% -
XYZ 64.8 63.75 54.79 -
YUV 210.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 237 202 185 0 0.15 0.22 0.07 19.62 0.59 0.83
Hex ED CA B9 0 F 16 7 14 3B 53
Octal 355 312 271 0 17 26 7 24 73 123
Binary 11101101 11001010 10111001 0 1111 10110 111 10100 111011 1010011

Color Harmonies of #EDCAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCAB9

Black with #EDCAB9

Text Example


Text Example

White with #EDCAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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