#EDDC95

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

Shades of Vis Vis #EDDC95

Tints of Vis Vis #EDDC95

Color information

#EDDC95 (or 0xEDDC95) is unknown color: approx Vis Vis. HEX triplet: ED, DC and 95. RGB value is (237,220,149). Sum of RGB (Red+Green+Blue) = 237+220+149=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 149 (58.59% from 255 or 24.59% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC95 is #12236A. Grayscale: #D9D9D9. Windows color (decimal): -1188715 or 9821421. OLE color: 9821421.

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

Color convert

RGB237220149-
CMYK00.070.370.07
HSL48.41º70.97%75.69%-
HSV(B)48.41º37.13%92.94%-
XYZ65.9471.3638.73-
YUV216.9989.63142.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 149 (58.59% from 255) = 24.59%
R=39.11%
G=36.30%
B=24.59%

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
Decimal23722014900.070.370.0748.4170.9775.69
HexEDDC950725730474c
Octal3553342250745760107114
Binary111011011101110010010101011110010111111000010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC95; }

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

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

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

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

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

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

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

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