#E9FE42

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

Shades of Paris Daisy #E9FE42

Tints of Paris Daisy #E9FE42

Color information

#E9FE42 (or 0xE9FE42) is unknown color: approx Paris Daisy. HEX triplet: E9, FE and 42. RGB value is (233,254,66). Sum of RGB (Red+Green+Blue) = 233+254+66=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 66 (26.17% from 255 or 11.93% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #E9FE42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9FE42 is #1601BD. Grayscale: #E3E3E3. Windows color (decimal): -1442238 or 4390633. OLE color: 4390633.

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

Color convert

RGB23325466-
CMYK0.0800.740.00
HSL66.7º98.95%62.75%-
HSV(B)66.7º74.02%99.61%-
XYZ70.0388.618.56-
YUV226.2937.54132.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.13%
GREEN value IS 254 (99.61% from 255) = 45.93%
BLUE value IS 66 (26.17% from 255) = 11.93%
R=42.13%
G=45.93%
B=11.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal233254660.0800.740.0066.798.9562.75
HexE9FE42804A043633f
Octal351376102100112010314377
Binary11101001111111101000010100001001010010000111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FE42; }

 p { color: rgb(233,254,66); }

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

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

 a { background-color: rgb(233,254,66); }

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

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

 span { border-color: rgb(233,254,66); }

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