#EFDB93

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

Shades of Vis Vis #EFDB93

Tints of Vis Vis #EFDB93

Color information

#EFDB93 (or 0xEFDB93) is unknown color: approx Vis Vis. HEX triplet: EF, DB and 93. RGB value is (239,219,147). Sum of RGB (Red+Green+Blue) = 239+219+147=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 147 (57.81% from 255 or 24.30% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB93 is #10246C. Grayscale: #D9D9D9. Windows color (decimal): -1057901 or 9690095. OLE color: 9690095.

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

Color convert

RGB239219147-
CMYK00.080.380.06
HSL46.96º74.19%75.69%-
HSV(B)46.96º38.49%93.73%-
XYZ66.1971.1237.84-
YUV216.7788.63143.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 219 (85.94% from 255) = 36.20%
BLUE value IS 147 (57.81% from 255) = 24.30%
R=39.50%
G=36.20%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921914700.080.380.0646.9674.1975.69
HexEFDB93082662f4a4c
Octal35733322301046657112114
Binary1110111111011011100100110100010011011010111110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDB93; }

 p { color: rgb(239,219,147); }

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

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

 a { background-color: rgb(239,219,147); }

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

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

 span { border-color: rgb(239,219,147); }

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