#FFE046

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

Shades of Paris Daisy #FFE046

Tints of Paris Daisy #FFE046

Color information

#FFE046 (or 0xFFE046) is unknown color: approx Paris Daisy. HEX triplet: FF, E0 and 46. RGB value is (255,224,70). Sum of RGB (Red+Green+Blue) = 255+224+70=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 70 (27.73% from 255 or 12.75% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE046 is #001FB9. Grayscale: #D8D8D8. Windows color (decimal): -8122 or 4645119. OLE color: 4645119.

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

Color convert

RGB25522470-
CMYK00.120.730
HSL49.95º100%63.73%-
HSV(B)49.95º72.55%100%-
XYZ6975.0116.64-
YUV215.7145.77156.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.45%
GREEN value IS 224 (87.89% from 255) = 40.80%
BLUE value IS 70 (27.73% from 255) = 12.75%
R=46.45%
G=40.80%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552247000.120.73049.9510063.73
HexFFE0460C490326440
Octal377340106014111062144100
Binary11111111111000001000110011001001001011001011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE046; }

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

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

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

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

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

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

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

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