#FFEA4E

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

Shades of Paris Daisy #FFEA4E

Tints of Paris Daisy #FFEA4E

Color information

#FFEA4E (or 0xFFEA4E) is unknown color: approx Paris Daisy. HEX triplet: FF, EA and 4E. RGB value is (255,234,78). Sum of RGB (Red+Green+Blue) = 255+234+78=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 78 (30.86% from 255 or 13.76% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA4E is #0015B1. Grayscale: #DFDFDF. Windows color (decimal): -5554 or 5171967. OLE color: 5171967.

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

Color convert

RGB25523478-
CMYK00.080.690
HSL52.88º100%65.29%-
HSV(B)52.88º69.41%100%-
XYZ72.0480.6618.98-
YUV222.546.46151.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.97%
GREEN value IS 234 (91.80% from 255) = 41.27%
BLUE value IS 78 (30.86% from 255) = 13.76%
R=44.97%
G=41.27%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552347800.080.69052.8810065.29
HexFFEA4E08450356441
Octal377352116010105065144101
Binary11111111111010101001110010001000101011010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEA4E; }

 p { color: rgb(255,234,78); }

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

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

 a { background-color: rgb(255,234,78); }

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

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

 span { border-color: rgb(255,234,78); }

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