#E4F94A

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

Shades of Paris Daisy #E4F94A

Tints of Paris Daisy #E4F94A

Color information

#E4F94A (or 0xE4F94A) is unknown color: approx Paris Daisy. HEX triplet: E4, F9 and 4A. RGB value is (228,249,74). Sum of RGB (Red+Green+Blue) = 228+249+74=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 74 (29.30% from 255 or 13.43% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #E4F94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4F94A is #1B06B5. Grayscale: #DFDFDF. Windows color (decimal): -1771190 or 4913636. OLE color: 4913636.

HSL color Cylindrical-coordinate representation of color #E4F94A: hue angle of 67.2º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E4F94A is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB22824974-
CMYK0.0800.700.02
HSL67.2º93.58%63.33%-
HSV(B)67.2º70.28%97.65%-
XYZ67.1184.7419.3-
YUV222.7744.04131.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.38%
GREEN value IS 249 (97.66% from 255) = 45.19%
BLUE value IS 74 (29.30% from 255) = 13.43%
R=41.38%
G=45.19%
B=13.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal228249740.0800.700.0267.293.5863.33
HexE4F94A80462435e3f
Octal344371112100106210313677
Binary111001001111100110010101000010001101010000111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4F94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4F94A; }

 p { color: rgb(228,249,74); }

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

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

 a { background-color: rgb(228,249,74); }

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

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

 span { border-color: rgb(228,249,74); }

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