#EFDD93

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

Shades of Vis Vis #EFDD93

Tints of Vis Vis #EFDD93

Color information

#EFDD93 (or 0xEFDD93) is unknown color: approx Vis Vis. HEX triplet: EF, DD and 93. RGB value is (239,221,147). Sum of RGB (Red+Green+Blue) = 239+221+147=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 147 (57.81% from 255 or 24.22% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD93 is #10226C. Grayscale: #DADADA. Windows color (decimal): -1057389 or 9690607. OLE color: 9690607.

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

Color convert

RGB239221147-
CMYK00.080.380.06
HSL48.26º74.19%75.69%-
HSV(B)48.26º38.49%93.73%-
XYZ66.7272.1738.02-
YUV217.9587.96143.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 147 (57.81% from 255) = 24.22%
R=39.37%
G=36.41%
B=24.22%

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
Decimal23922114700.080.380.0648.2674.1975.69
HexEFDD9308266304a4c
Octal35733522301046660112114
Binary1110111111011101100100110100010011011011000010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDD93; }

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

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

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

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

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

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

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

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