#EFDC96

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

Shades of Vis Vis #EFDC96

Tints of Vis Vis #EFDC96

Color information

#EFDC96 (or 0xEFDC96) is unknown color: approx Vis Vis. HEX triplet: EF, DC and 96. RGB value is (239,220,150). Sum of RGB (Red+Green+Blue) = 239+220+150=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 150 (58.98% from 255 or 24.63% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC96 is #102369. Grayscale: #DADADA. Windows color (decimal): -1057642 or 9886959. OLE color: 9886959.

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

Color convert

RGB239220150-
CMYK00.080.370.06
HSL47.19º73.55%76.27%-
HSV(B)47.19º37.24%93.73%-
XYZ66.6971.7439.19-
YUV217.789.79143.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 150 (58.98% from 255) = 24.63%
R=39.24%
G=36.12%
B=24.63%

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
Decimal23922015000.080.370.0647.1973.5576.27
HexEFDC96082562f4a4c
Octal35733422601045657112114
Binary1110111111011100100101100100010010111010111110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDC96; }

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

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

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

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

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

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

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

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