Html Css Color HEX #EDD0BE Watusi

📋 copy color: '#EDD0BE'

red 237 ◦ green 208 ◦ blue 190

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

Shades of Watusi #EDD0BE

Tints of Watusi #EDD0BE

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 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

#EDD0BE (or 0xEDD0BE) is known color: 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

RGB 237 208 190 -
CMYK 0 0.12 0.20 0.07
HSL 22.98º 0.57% 0.84% -
HSV(B) 22.98º 0.2% 0.93% -
XYZ 66.78 66.83 58.1 -
YUV 214.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 237 208 190 0 0.12 0.20 0.07 22.98 0.57 0.84
Hex ED D0 BE 0 C 14 7 17 39 54
Octal 355 320 276 0 14 24 7 27 71 124
Binary 11101101 11010000 10111110 0 1100 10100 111 10111 111001 1010100

Color Harmonies of #EDD0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0BE

Black with #EDD0BE

Text Example


Text Example

White with #EDD0BE

Text Example


Text Example

HTML Codes & Css Web 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>