#efdd92

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

Shades of Vis Vis #EFDD92

Tints of Vis Vis #EFDD92

Color information

#EFDD92 (or 0xEFDD92) is unknown color: approx Vis Vis. HEX triplet: EF, DD and 92. RGB value is (239,221,146). Sum of RGB (Red+Green+Blue) = 239+221+146=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 146 (57.42% from 255 or 24.09% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD92 is #10226D. Grayscale: #DADADA. Windows color (decimal): -1057390 or 9625071. OLE color: 9625071.

HSL color Cylindrical-coordinate representation of color #EFDD92: hue angle of 48.39º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFDD92 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB239221146-
CMYK00.080.390.06
HSL48.39º74.4%75.49%-
HSV(B)48.39º38.91%93.73%-
XYZ66.6472.1437.61-
YUV217.8387.46143.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 221 (86.72% from 255) = 36.47%
BLUE value IS 146 (57.42% from 255) = 24.09%
R=39.44%
G=36.47%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922114600.080.390.0648.3974.475.49
HexEFDD9208276304a4b
Octal35733522201047660112113
Binary1110111111011101100100100100010011111011000010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efdd92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efdd92; }

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

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

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

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

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

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

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

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