#EDE19D

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

Shades of Vis Vis #EDE19D

Tints of Vis Vis #EDE19D

Color information

#EDE19D (or 0xEDE19D) is unknown color: approx Vis Vis. HEX triplet: ED, E1 and 9D. RGB value is (237,225,157). Sum of RGB (Red+Green+Blue) = 237+225+157=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 157 (61.72% from 255 or 25.36% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE19D is #121E62. Grayscale: #DDDDDD. Windows color (decimal): -1187427 or 10346989. OLE color: 10346989.

HSL color Cylindrical-coordinate representation of color #EDE19D: hue angle of 51º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDE19D is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB237225157-
CMYK00.050.340.07
HSL51º68.97%77.25%-
HSV(B)51º33.76%92.94%-
XYZ67.9474.2942.66-
YUV220.8491.98139.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 225 (88.28% from 255) = 36.35%
BLUE value IS 157 (61.72% from 255) = 25.36%
R=38.29%
G=36.35%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722515700.050.340.075168.9777.25
HexEDE19D0522733454d
Octal3553412350542763105115
Binary111011011110000110011101010110001011111001110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE19D; }

 p { color: rgb(237,225,157); }

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

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

 a { background-color: rgb(237,225,157); }

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

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

 span { border-color: rgb(237,225,157); }

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