#EDD0BE

Color #EDD0BE Watusi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watusi #EDD0BE

Tints of Watusi #EDD0BE

Color information

#EDD0BE (or 0xEDD0BE) is unknown color: approx Watusi. HEX triplet: ED, D0 and BE. RGB value is (237,208,190). Sum of RGB (Red+Green+Blue) = 237+208+190=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0BE is #122F41. Grayscale: #D6D6D6. Windows color (decimal): -1191746 or 12505325. OLE color: 12505325.

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

Color convert

RGB237208190-
CMYK00.120.200.07
HSL22.98º56.63%83.73%-
HSV(B)22.98º19.83%92.94%-
XYZ66.7866.8358.1-
YUV214.62114.11143.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 208 (81.64% from 255) = 32.76%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=37.32%
G=32.76%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720819000.120.200.0722.9856.6383.73
HexEDD0BE0C147173954
Octal3553202760142472771124
Binary1110110111010000101111100110010100111101111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0BE; }

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

 H1.HeaderClassName
 {
   color: #EDD0BE;
 }
 .AnyTagClassName
 {
   color: #EDD0BE;
 }
</style>
background-color css

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

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

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

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

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

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