#EDE19B

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

Shades of Vis Vis #EDE19B

Tints of Vis Vis #EDE19B

Color information

#EDE19B (or 0xEDE19B) is unknown color: approx Vis Vis. HEX triplet: ED, E1 and 9B. RGB value is (237,225,155). Sum of RGB (Red+Green+Blue) = 237+225+155=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 155 (60.94% from 255 or 25.12% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE19B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE19B is #121E64. Grayscale: #DCDCDC. Windows color (decimal): -1187429 or 10215917. OLE color: 10215917.

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

Color convert

RGB237225155-
CMYK00.050.350.07
HSL51.22º69.49%76.86%-
HSV(B)51.22º34.6%92.94%-
XYZ67.7774.2241.76-
YUV220.6190.98139.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 225 (88.28% from 255) = 36.47%
BLUE value IS 155 (60.94% from 255) = 25.12%
R=38.41%
G=36.47%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722515500.050.350.0751.2269.4976.86
HexEDE19B0523733454d
Octal3553412330543763105115
Binary111011011110000110011011010110001111111001110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE19B; }

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

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

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

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

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

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

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

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