#EFDE97

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

Shades of Vis Vis #EFDE97

Tints of Vis Vis #EFDE97

Color information

#EFDE97 (or 0xEFDE97) is unknown color: approx Vis Vis. HEX triplet: EF, DE and 97. RGB value is (239,222,151). Sum of RGB (Red+Green+Blue) = 239+222+151=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 151 (59.38% from 255 or 24.67% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDE97 is #102168. Grayscale: #DBDBDB. Windows color (decimal): -1057129 or 9953007. OLE color: 9953007.

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

Color convert

RGB239222151-
CMYK00.070.370.06
HSL48.41º73.33%76.47%-
HSV(B)48.41º36.82%93.73%-
XYZ67.372.8339.79-
YUV218.9989.63142.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 222 (87.11% from 255) = 36.27%
BLUE value IS 151 (59.38% from 255) = 24.67%
R=39.05%
G=36.27%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922215100.070.370.0648.4173.3376.47
HexEFDE970725630494c
Octal3573362270745660111114
Binary111011111101111010010111011110010111011000010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDE97; }

 p { color: rgb(239,222,151); }

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

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

 a { background-color: rgb(239,222,151); }

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

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

 span { border-color: rgb(239,222,151); }

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