#FEE594

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

Shades of Vis Vis #FEE594

Tints of Vis Vis #FEE594

Color information

#FEE594 (or 0xFEE594) is unknown color: approx Vis Vis. HEX triplet: FE, E5 and 94. RGB value is (254,229,148). Sum of RGB (Red+Green+Blue) = 254+229+148=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 229 (89.84% from 255 or 36.29% from 631); Blue value is 148 (58.20% from 255 or 23.45% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE594 is #011A6B. Grayscale: #E3E3E3. Windows color (decimal): -72300 or 9758206. OLE color: 9758206.

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

Color convert

RGB254229148-
CMYK00.100.420.00
HSL45.85º98.15%78.82%-
HSV(B)45.85º41.73%99.61%-
XYZ74.2479.2539.4-
YUV227.2483.28147.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.25%
GREEN value IS 229 (89.84% from 255) = 36.29%
BLUE value IS 148 (58.20% from 255) = 23.45%
R=40.25%
G=36.29%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422914800.100.420.0045.8598.1578.82
HexFEE5940A2A02e624f
Octal37634522401252056142117
Binary11111110111001011001010001010101010010111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE594; }

 p { color: rgb(254,229,148); }

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

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

 a { background-color: rgb(254,229,148); }

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

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

 span { border-color: rgb(254,229,148); }

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