#FFE58D

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

Shades of Vis Vis #FFE58D

Tints of Vis Vis #FFE58D

Color information

#FFE58D (or 0xFFE58D) is unknown color: approx Vis Vis. HEX triplet: FF, E5 and 8D. RGB value is (255,229,141). Sum of RGB (Red+Green+Blue) = 255+229+141=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 141 (55.47% from 255 or 22.56% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE58D is #001A72. Grayscale: #E3E3E3. Windows color (decimal): -6771 or 9299455. OLE color: 9299455.

HSL color Cylindrical-coordinate representation of color #FFE58D: hue angle of 46.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFE58D is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB255229141-
CMYK00.100.450
HSL46.32º100%77.65%-
HSV(B)46.32º44.71%100%-
XYZ74.0779.2236.59-
YUV226.7479.61148.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 229 (89.84% from 255) = 36.64%
BLUE value IS 141 (55.47% from 255) = 22.56%
R=40.8%
G=36.64%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522914100.100.45046.3210077.65
HexFFE58D0A2D02e644e
Octal37734521501255056144116
Binary11111111111001011000110101010101101010111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE58D; }

 p { color: rgb(255,229,141); }

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

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

 a { background-color: rgb(255,229,141); }

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

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

 span { border-color: rgb(255,229,141); }

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