#EFDF9A

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

Shades of Vis Vis #EFDF9A

Tints of Vis Vis #EFDF9A

Color information

#EFDF9A (or 0xEFDF9A) is unknown color: approx Vis Vis. HEX triplet: EF, DF and 9A. RGB value is (239,223,154). Sum of RGB (Red+Green+Blue) = 239+223+154=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 154 (60.55% from 255 or 25% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF9A is #102065. Grayscale: #DCDCDC. Windows color (decimal): -1056870 or 10149871. OLE color: 10149871.

HSL color Cylindrical-coordinate representation of color #EFDF9A: hue angle of 48.71º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFDF9A is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB239223154-
CMYK00.070.360.06
HSL48.71º72.65%77.06%-
HSV(B)48.71º35.56%93.73%-
XYZ67.8273.4641.18-
YUV219.9290.8141.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 223 (87.5% from 255) = 36.20%
BLUE value IS 154 (60.55% from 255) = 25%
R=38.80%
G=36.20%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922315400.070.360.0648.7172.6577.06
HexEFDF9A0724631494d
Octal3573372320744661111115
Binary111011111101111110011010011110010011011000110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDF9A; }

 p { color: rgb(239,223,154); }

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

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

 a { background-color: rgb(239,223,154); }

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

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

 span { border-color: rgb(239,223,154); }

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