#EFF04A

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

Shades of Paris Daisy #EFF04A

Tints of Paris Daisy #EFF04A

Color information

#EFF04A (or 0xEFF04A) is unknown color: approx Paris Daisy. HEX triplet: EF, F0 and 4A. RGB value is (239,240,74). Sum of RGB (Red+Green+Blue) = 239+240+74=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 74 (29.30% from 255 or 13.38% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF04A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF04A is #100FB5. Grayscale: #DDDDDD. Windows color (decimal): -1052598 or 4911343. OLE color: 4911343.

HSL color Cylindrical-coordinate representation of color #EFF04A: hue angle of 60.36º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFF04A is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB23924074-
CMYK0.0000.690.06
HSL60.36º84.69%61.57%-
HSV(B)60.36º69.17%94.12%-
XYZ67.9981.1718.56-
YUV220.7845.17141-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 240 (94.14% from 255) = 43.40%
BLUE value IS 74 (29.30% from 255) = 13.38%
R=43.22%
G=43.40%
B=13.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239240740.0000.690.0660.3684.6961.57
HexEFF04A004563c553e
Octal3573601120010567412576
Binary111011111111000010010100010001011101111001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF04A; }

 p { color: rgb(239,240,74); }

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

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

 a { background-color: rgb(239,240,74); }

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

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

 span { border-color: rgb(239,240,74); }

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