#EDE09C

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

Shades of Vis Vis #EDE09C

Tints of Vis Vis #EDE09C

Color information

#EDE09C (or 0xEDE09C) is unknown color: approx Vis Vis. HEX triplet: ED, E0 and 9C. RGB value is (237,224,156). Sum of RGB (Red+Green+Blue) = 237+224+156=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 156 (61.33% from 255 or 25.28% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE09C is #121F63. Grayscale: #DCDCDC. Windows color (decimal): -1187684 or 10281197. OLE color: 10281197.

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

Color convert

RGB237224156-
CMYK00.050.340.07
HSL50.37º69.23%77.06%-
HSV(B)50.37º34.18%92.94%-
XYZ67.5873.7242.12-
YUV220.1491.81140.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 224 (87.89% from 255) = 36.30%
BLUE value IS 156 (61.33% from 255) = 25.28%
R=38.41%
G=36.30%
B=25.28%

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
Decimal23722415600.050.340.0750.3769.2377.06
HexEDE09C0522732454d
Octal3553402340542762105115
Binary111011011110000010011100010110001011111001010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE09C; }

 p { color: rgb(237,224,156); }

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

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

 a { background-color: rgb(237,224,156); }

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

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

 span { border-color: rgb(237,224,156); }

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