#FFE08D

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

Shades of Vis Vis #FFE08D

Tints of Vis Vis #FFE08D

Color information

#FFE08D (or 0xFFE08D) is unknown color: approx Vis Vis. HEX triplet: FF, E0 and 8D. RGB value is (255,224,141). Sum of RGB (Red+Green+Blue) = 255+224+141=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 141 (55.47% from 255 or 22.74% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE08D is #001F72. Grayscale: #E0E0E0. Windows color (decimal): -8051 or 9298175. OLE color: 9298175.

HSL color Cylindrical-coordinate representation of color #FFE08D: hue angle of 43.68º 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 #FFE08D is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB255224141-
CMYK00.120.450
HSL43.68º100%77.65%-
HSV(B)43.68º44.71%100%-
XYZ72.776.4936.13-
YUV223.8181.27150.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 224 (87.89% from 255) = 36.13%
BLUE value IS 141 (55.47% from 255) = 22.74%
R=41.13%
G=36.13%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522414100.120.45043.6810077.65
HexFFE08D0C2D02c644e
Octal37734021501455054144116
Binary11111111111000001000110101100101101010110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE08D; }

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

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

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

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

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

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

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

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