Html Css Color HEX #EDD0BF Watusi

📋 copy color: '#EDD0BF'

red 237 ◦ green 208 ◦ blue 191

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

Shades of Watusi #EDD0BF

Tints of Watusi #EDD0BF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.7%

 BLUE value IS 191 (75% from 255) = 30.03%

R = 37.26%
G = 32.7%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDD0BF (or 0xEDD0BF) is known color: Watusi. HEX triplet: ED, D0 and BF. RGB value is (237,208,191). Sum of RGB (Red+Green+Blue) = 237+208+191=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0BF is #122F40. Grayscale: #D6D6D6. Windows color (decimal): -1191745 or 12570861. OLE color: 12570861.

HSL color Cylindrical-coordinate representation of color #EDD0BF: hue angle of 22.17º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDD0BF is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 191 -
CMYK 0 0.12 0.19 0.07
HSL 22.17º 0.56% 0.84% -
HSV(B) 22.17º 0.19% 0.93% -
XYZ 66.88 66.88 58.67 -
YUV 214.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 237 208 191 0 0.12 0.19 0.07 22.17 0.56 0.84
Hex ED D0 BF 0 C 13 7 16 38 54
Octal 355 320 277 0 14 23 7 26 70 124
Binary 11101101 11010000 10111111 0 1100 10011 111 10110 111000 1010100

Color Harmonies of #EDD0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0BF

Black with #EDD0BF

Text Example


Text Example

White with #EDD0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0BF; }

 p { color: rgb(237,208,191); }

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

background-color css

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

 a { background-color: rgb(237,208,191); }

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

border-color css

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

 span { border-color: rgb(237,208,191); }

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