#EFE099

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

Shades of Vis Vis #EFE099

Tints of Vis Vis #EFE099

Color information

#EFE099 (or 0xEFE099) is unknown color: approx Vis Vis. HEX triplet: EF, E0 and 99. RGB value is (239,224,153). Sum of RGB (Red+Green+Blue) = 239+224+153=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 153 (60.16% from 255 or 24.84% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE099 is #101F66. Grayscale: #DCDCDC. Windows color (decimal): -1056615 or 10084591. OLE color: 10084591.

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

Color convert

RGB239224153-
CMYK00.060.360.06
HSL49.53º72.88%76.86%-
HSV(B)49.53º35.98%93.73%-
XYZ6873.9640.83-
YUV220.3989.97141.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 224 (87.89% from 255) = 36.36%
BLUE value IS 153 (60.16% from 255) = 24.84%
R=38.80%
G=36.36%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922415300.060.360.0649.5372.8876.86
HexEFE0990624632494d
Octal3573402310644662111115
Binary111011111110000010011001011010010011011001010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE099; }

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

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

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

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

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

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

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

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