#FFE164

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

Shades of Dandelion #FFE164

Tints of Dandelion #FFE164

Color information

#FFE164 (or 0xFFE164) is unknown color: approx Dandelion. HEX triplet: FF, E1 and 64. RGB value is (255,225,100). Sum of RGB (Red+Green+Blue) = 255+225+100=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 100 (39.45% from 255 or 17.24% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE164 is #001E9B. Grayscale: #DCDCDC. Windows color (decimal): -7836 or 6611455. OLE color: 6611455.

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

Color convert

RGB255225100-
CMYK00.120.610
HSL48.39º100%69.61%-
HSV(B)48.39º60.78%100%-
XYZ70.4776.0323.02-
YUV219.7260.44153.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.97%
GREEN value IS 225 (88.28% from 255) = 38.79%
BLUE value IS 100 (39.45% from 255) = 17.24%
R=43.97%
G=38.79%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522510000.120.61048.3910069.61
HexFFE1640C3D0306446
Octal37734114401475060144106
Binary1111111111100001110010001100111101011000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE164; }

 p { color: rgb(255,225,100); }

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

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

 a { background-color: rgb(255,225,100); }

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

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

 span { border-color: rgb(255,225,100); }

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