#EFDD96

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

Shades of Vis Vis #EFDD96

Tints of Vis Vis #EFDD96

Color information

#EFDD96 (or 0xEFDD96) is unknown color: approx Vis Vis. HEX triplet: EF, DD and 96. RGB value is (239,221,150). Sum of RGB (Red+Green+Blue) = 239+221+150=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 150 (58.98% from 255 or 24.59% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD96 is #102269. Grayscale: #DADADA. Windows color (decimal): -1057386 or 9887215. OLE color: 9887215.

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

Color convert

RGB239221150-
CMYK00.080.370.06
HSL47.87º73.55%76.27%-
HSV(B)47.87º37.24%93.73%-
XYZ66.9672.2739.27-
YUV218.2989.46142.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 150 (58.98% from 255) = 24.59%
R=39.18%
G=36.23%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922115000.080.370.0647.8773.5576.27
HexEFDD9608256304a4c
Octal35733522601045660112114
Binary1110111111011101100101100100010010111011000010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDD96; }

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

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

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

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

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

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

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

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