#EFE196

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

Shades of Vis Vis #EFE196

Tints of Vis Vis #EFE196

Color information

#EFE196 (or 0xEFE196) is unknown color: approx Vis Vis. HEX triplet: EF, E1 and 96. RGB value is (239,225,150). Sum of RGB (Red+Green+Blue) = 239+225+150=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 150 (58.98% from 255 or 24.43% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE196 is #101E69. Grayscale: #DCDCDC. Windows color (decimal): -1056362 or 9888239. OLE color: 9888239.

HSL color Cylindrical-coordinate representation of color #EFE196: hue angle of 50.56º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFE196 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB239225150-
CMYK00.060.370.06
HSL50.56º73.55%76.27%-
HSV(B)50.56º37.24%93.73%-
XYZ68.0374.439.63-
YUV220.6488.14141.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 225 (88.28% from 255) = 36.64%
BLUE value IS 150 (58.98% from 255) = 24.43%
R=38.93%
G=36.64%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922515000.060.370.0650.5673.5576.27
HexEFE19606256334a4c
Octal3573412260645663112114
Binary111011111110000110010110011010010111011001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE196; }

 p { color: rgb(239,225,150); }

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

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

 a { background-color: rgb(239,225,150); }

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

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

 span { border-color: rgb(239,225,150); }

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