#EDDD95

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

Shades of Vis Vis #EDDD95

Tints of Vis Vis #EDDD95

Color information

#EDDD95 (or 0xEDDD95) is unknown color: approx Vis Vis. HEX triplet: ED, DD and 95. RGB value is (237,221,149). Sum of RGB (Red+Green+Blue) = 237+221+149=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD95 is #12226A. Grayscale: #D9D9D9. Windows color (decimal): -1188459 or 9821677. OLE color: 9821677.

HSL color Cylindrical-coordinate representation of color #EDDD95: hue angle of 49.09º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDDD95 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB237221149-
CMYK00.070.370.07
HSL49.09º70.97%75.69%-
HSV(B)49.09º37.13%92.94%-
XYZ66.2171.8938.82-
YUV217.5889.3141.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 149 (58.59% from 255) = 24.55%
R=39.04%
G=36.41%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722114900.070.370.0749.0970.9775.69
HexEDDD950725731474c
Octal3553352250745761107114
Binary111011011101110110010101011110010111111000110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDD95; }

 p { color: rgb(237,221,149); }

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

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

 a { background-color: rgb(237,221,149); }

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

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

 span { border-color: rgb(237,221,149); }

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