#EFDE99

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

Shades of Vis Vis #EFDE99

Tints of Vis Vis #EFDE99

Color information

#EFDE99 (or 0xEFDE99) is unknown color: approx Vis Vis. HEX triplet: EF, DE and 99. RGB value is (239,222,153). Sum of RGB (Red+Green+Blue) = 239+222+153=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 153 (60.16% from 255 or 24.92% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDE99 is #102166. Grayscale: #DBDBDB. Windows color (decimal): -1057127 or 10084079. OLE color: 10084079.

HSL color Cylindrical-coordinate representation of color #EFDE99: hue angle of 48.14º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFDE99 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB239222153-
CMYK00.070.360.06
HSL48.14º72.88%76.86%-
HSV(B)48.14º35.98%93.73%-
XYZ67.4772.8940.65-
YUV219.2290.63142.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 222 (87.11% from 255) = 36.16%
BLUE value IS 153 (60.16% from 255) = 24.92%
R=38.93%
G=36.16%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922215300.070.360.0648.1472.8876.86
HexEFDE990724630494d
Octal3573362310744660111115
Binary111011111101111010011001011110010011011000010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDE99; }

 p { color: rgb(239,222,153); }

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

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

 a { background-color: rgb(239,222,153); }

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

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

 span { border-color: rgb(239,222,153); }

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