#FFE064

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

Shades of Dandelion #FFE064

Tints of Dandelion #FFE064

Color information

#FFE064 (or 0xFFE064) is unknown color: approx Dandelion. HEX triplet: FF, E0 and 64. RGB value is (255,224,100). Sum of RGB (Red+Green+Blue) = 255+224+100=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 100 (39.45% from 255 or 17.27% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE064 is #001F9B. Grayscale: #DBDBDB. Windows color (decimal): -8092 or 6611199. OLE color: 6611199.

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

Color convert

RGB255224100-
CMYK00.120.610
HSL48º100%69.61%-
HSV(B)48º60.78%100%-
XYZ70.275.4922.93-
YUV219.1360.77153.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.04%
GREEN value IS 224 (87.89% from 255) = 38.69%
BLUE value IS 100 (39.45% from 255) = 17.27%
R=44.04%
G=38.69%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522410000.120.6104810069.61
HexFFE0640C3D0306446
Octal37734014401475060144106
Binary1111111111100000110010001100111101011000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE064; }

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

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

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

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

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

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

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

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