Html Css Color HEX #EDCCBD Watusi

📋 copy color: '#EDCCBD'

red 237 ◦ green 204 ◦ blue 189

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

Shades of Watusi #EDCCBD

Tints of Watusi #EDCCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.38%

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

R = 37.62%
G = 32.38%
B = 30%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDCCBD (or 0xEDCCBD) is known color: Watusi. HEX triplet: ED, CC and BD. RGB value is (237,204,189). Sum of RGB (Red+Green+Blue) = 237+204+189=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCBD is #123342. Grayscale: #D4D4D4. Windows color (decimal): -1192771 or 12438765. OLE color: 12438765.

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

Color convert

RGB 237 204 189 -
CMYK 0 0.14 0.20 0.07
HSL 18.75º 0.57% 0.84% -
HSV(B) 18.75º 0.2% 0.93% -
XYZ 65.7 64.86 57.2 -
YUV 212.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 237 204 189 0 0.14 0.20 0.07 18.75 0.57 0.84
Hex ED CC BD 0 E 14 7 13 39 54
Octal 355 314 275 0 16 24 7 23 71 124
Binary 11101101 11001100 10111101 0 1110 10100 111 10011 111001 1010100

Color Harmonies of #EDCCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCBD

Black with #EDCCBD

Text Example


Text Example

White with #EDCCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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