#EFDD97

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

Shades of Vis Vis #EFDD97

Tints of Vis Vis #EFDD97

Color information

#EFDD97 (or 0xEFDD97) is unknown color: approx Vis Vis. HEX triplet: EF, DD and 97. RGB value is (239,221,151). Sum of RGB (Red+Green+Blue) = 239+221+151=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 151 (59.38% from 255 or 24.71% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD97 is #102268. Grayscale: #DADADA. Windows color (decimal): -1057385 or 9952751. OLE color: 9952751.

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

Color convert

RGB239221151-
CMYK00.080.370.06
HSL47.73º73.33%76.47%-
HSV(B)47.73º36.82%93.73%-
XYZ67.0472.339.7-
YUV218.489.96142.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 221 (86.72% from 255) = 36.17%
BLUE value IS 151 (59.38% from 255) = 24.71%
R=39.12%
G=36.17%
B=24.71%

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
Decimal23922115100.080.370.0647.7373.3376.47
HexEFDD970825630494c
Octal35733522701045660111114
Binary1110111111011101100101110100010010111011000010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDD97; }

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

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

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

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

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

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

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

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