#EFDC91

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

Shades of Vis Vis #EFDC91

Tints of Vis Vis #EFDC91

Color information

#EFDC91 (or 0xEFDC91) is unknown color: approx Vis Vis. HEX triplet: EF, DC and 91. RGB value is (239,220,145). Sum of RGB (Red+Green+Blue) = 239+220+145=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 145 (57.03% from 255 or 24.01% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC91 is #10236E. Grayscale: #D9D9D9. Windows color (decimal): -1057647 or 9559279. OLE color: 9559279.

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

Color convert

RGB239220145-
CMYK00.080.390.06
HSL47.87º74.6%75.29%-
HSV(B)47.87º39.33%93.73%-
XYZ66.371.5837.11-
YUV217.1387.29143.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.57%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 145 (57.03% from 255) = 24.01%
R=39.57%
G=36.42%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922014500.080.390.0647.8774.675.29
HexEFDC9108276304b4b
Octal35733422101047660113113
Binary1110111111011100100100010100010011111011000010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDC91; }

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

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

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

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

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

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

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

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