#FFE94A

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

Shades of Paris Daisy #FFE94A

Tints of Paris Daisy #FFE94A

Color information

#FFE94A (or 0xFFE94A) is unknown color: approx Paris Daisy. HEX triplet: FF, E9 and 4A. RGB value is (255,233,74). Sum of RGB (Red+Green+Blue) = 255+233+74=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 74 (29.30% from 255 or 13.17% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE94A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE94A is #0016B5. Grayscale: #DEDEDE. Windows color (decimal): -5814 or 4909567. OLE color: 4909567.

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

Color convert

RGB25523374-
CMYK00.090.710
HSL52.71º100%64.51%-
HSV(B)52.71º70.98%100%-
XYZ71.6180.0318.15-
YUV221.4544.79151.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 233 (91.41% from 255) = 41.46%
BLUE value IS 74 (29.30% from 255) = 13.17%
R=45.37%
G=41.46%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552337400.090.71052.7110064.51
HexFFE94A09470356441
Octal377351112011107065144101
Binary11111111111010011001010010011000111011010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE94A; }

 p { color: rgb(255,233,74); }

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

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

 a { background-color: rgb(255,233,74); }

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

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

 span { border-color: rgb(255,233,74); }

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