Html Css Color HEX #EDCABB Watusi

📋 copy color: '#EDCABB'

red 237 ◦ green 202 ◦ blue 187

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

Shades of Watusi #EDCABB

Tints of Watusi #EDCABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.87%

R = 37.86%
G = 32.27%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDCABB (or 0xEDCABB) is known color: Watusi. HEX triplet: ED, CA and BB. RGB value is (237,202,187). Sum of RGB (Red+Green+Blue) = 237+202+187=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCABB is #123544. Grayscale: #D2D2D2. Windows color (decimal): -1193285 or 12307181. OLE color: 12307181.

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

Color convert

RGB 237 202 187 -
CMYK 0 0.15 0.21 0.07
HSL 18º 0.58% 0.83% -
HSV(B) 18º 0.21% 0.93% -
XYZ 65.02 63.83 55.91 -
YUV 210.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 237 202 187 0 0.15 0.21 0.07 18 0.58 0.83
Hex ED CA BB 0 F 15 7 12 3A 53
Octal 355 312 273 0 17 25 7 22 72 123
Binary 11101101 11001010 10111011 0 1111 10101 111 10010 111010 1010011

Color Harmonies of #EDCABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCABB

Black with #EDCABB

Text Example


Text Example

White with #EDCABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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