#FFE694

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

Shades of Vis Vis #FFE694

Tints of Vis Vis #FFE694

Color information

#FFE694 (or 0xFFE694) is unknown color: approx Vis Vis. HEX triplet: FF, E6 and 94. RGB value is (255,230,148). Sum of RGB (Red+Green+Blue) = 255+230+148=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 148 (58.20% from 255 or 23.38% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE694 is #00196B. Grayscale: #E4E4E4. Windows color (decimal): -6508 or 9758463. OLE color: 9758463.

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

Color convert

RGB255230148-
CMYK00.100.420
HSL45.98º100%79.02%-
HSV(B)45.98º41.96%100%-
XYZ74.8879.9939.51-
YUV228.1382.78147.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.28%
GREEN value IS 230 (90.23% from 255) = 36.33%
BLUE value IS 148 (58.20% from 255) = 23.38%
R=40.28%
G=36.33%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523014800.100.42045.9810079.02
HexFFE6940A2A02e644f
Octal37734622401252056144117
Binary11111111111001101001010001010101010010111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE694; }

 p { color: rgb(255,230,148); }

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

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

 a { background-color: rgb(255,230,148); }

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

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

 span { border-color: rgb(255,230,148); }

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