#EFE29D

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

Shades of Vis Vis #EFE29D

Tints of Vis Vis #EFE29D

Color information

#EFE29D (or 0xEFE29D) is unknown color: approx Vis Vis. HEX triplet: EF, E2 and 9D. RGB value is (239,226,157). Sum of RGB (Red+Green+Blue) = 239+226+157=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 157 (61.72% from 255 or 25.24% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE29D is #101D62. Grayscale: #DEDEDE. Windows color (decimal): -1056099 or 10347247. OLE color: 10347247.

HSL color Cylindrical-coordinate representation of color #EFE29D: hue angle of 50.49º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFE29D is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB239226157-
CMYK00.050.340.06
HSL50.49º71.93%77.65%-
HSV(B)50.49º34.31%93.73%-
XYZ68.8875.1842.78-
YUV222.0291.31140.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 226 (88.67% from 255) = 36.33%
BLUE value IS 157 (61.72% from 255) = 25.24%
R=38.42%
G=36.33%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922615700.050.340.0650.4971.9377.65
HexEFE29D0522632484e
Octal3573422350542662110116
Binary111011111110001010011101010110001011011001010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE29D; }

 p { color: rgb(239,226,157); }

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

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

 a { background-color: rgb(239,226,157); }

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

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

 span { border-color: rgb(239,226,157); }

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