Html Css Color HEX #EDD1BE Watusi

📋 copy color: '#EDD1BE'

red 237 ◦ green 209 ◦ blue 190

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

Shades of Watusi #EDD1BE

Tints of Watusi #EDD1BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.87%

R = 37.26%
G = 32.86%
B = 29.87%

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

#EDD1BE (or 0xEDD1BE) is known color: Watusi. HEX triplet: ED, D1 and BE. RGB value is (237,209,190). Sum of RGB (Red+Green+Blue) = 237+209+190=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1BE is #122E41. Grayscale: #D7D7D7. Windows color (decimal): -1191490 or 12505581. OLE color: 12505581.

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

Color convert

RGB 237 209 190 -
CMYK 0 0.12 0.20 0.07
HSL 24.26º 0.57% 0.84% -
HSV(B) 24.26º 0.2% 0.93% -
XYZ 67.02 67.32 58.18 -
YUV 215.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 237 209 190 0 0.12 0.20 0.07 24.26 0.57 0.84
Hex ED D1 BE 0 C 14 7 18 39 54
Octal 355 321 276 0 14 24 7 30 71 124
Binary 11101101 11010001 10111110 0 1100 10100 111 11000 111001 1010100

Color Harmonies of #EDD1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD1BE

Black with #EDD1BE

Text Example


Text Example

White with #EDD1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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