Html Css Color HEX #EDD1BD Watusi

📋 copy color: '#EDD1BD'

red 237 ◦ green 209 ◦ blue 189

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

Shades of Watusi #EDD1BD

Tints of Watusi #EDD1BD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.91%

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

R = 37.32%
G = 32.91%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDD1BD (or 0xEDD1BD) is known color: Watusi. HEX triplet: ED, D1 and BD. RGB value is (237,209,189). Sum of RGB (Red+Green+Blue) = 237+209+189=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1BD is #122E42. Grayscale: #D7D7D7. Windows color (decimal): -1191491 or 12440045. OLE color: 12440045.

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

Color convert

RGB 237 209 189 -
CMYK 0 0.12 0.20 0.07
HSL 25º 0.57% 0.84% -
HSV(B) 25º 0.2% 0.93% -
XYZ 66.91 67.28 57.6 -
YUV 215.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 237 209 189 0 0.12 0.20 0.07 25 0.57 0.84
Hex ED D1 BD 0 C 14 7 19 39 54
Octal 355 321 275 0 14 24 7 31 71 124
Binary 11101101 11010001 10111101 0 1100 10100 111 11001 111001 1010100

Color Harmonies of #EDD1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD1BD

Black with #EDD1BD

Text Example


Text Example

White with #EDD1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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