#EFFD48

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

Shades of Paris Daisy #EFFD48

Tints of Paris Daisy #EFFD48

Color information

#EFFD48 (or 0xEFFD48) is unknown color: approx Paris Daisy. HEX triplet: EF, FD and 48. RGB value is (239,253,72). Sum of RGB (Red+Green+Blue) = 239+253+72=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 72 (28.52% from 255 or 12.77% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFD48 is #1002B7. Grayscale: #E4E4E4. Windows color (decimal): -1049272 or 4783599. OLE color: 4783599.

HSL color Cylindrical-coordinate representation of color #EFFD48: hue angle of 64.64º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFFD48 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB23925372-
CMYK0.0600.720.01
HSL64.64º97.84%63.73%-
HSV(B)64.64º71.54%99.22%-
XYZ71.8989.0719.53-
YUV228.1839.86135.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.38%
GREEN value IS 253 (99.22% from 255) = 44.86%
BLUE value IS 72 (28.52% from 255) = 12.77%
R=42.38%
G=44.86%
B=12.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal239253720.0600.720.0164.6497.8463.73
HexEFFD4860481416240
Octal357375110601101101142100
Binary11101111111111011001000110010010001100000111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFD48; }

 p { color: rgb(239,253,72); }

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

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

 a { background-color: rgb(239,253,72); }

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

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

 span { border-color: rgb(239,253,72); }

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