#EFFB46

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

Shades of Paris Daisy #EFFB46

Tints of Paris Daisy #EFFB46

Color information

#EFFB46 (or 0xEFFB46) is unknown color: approx Paris Daisy. HEX triplet: EF, FB and 46. RGB value is (239,251,70). Sum of RGB (Red+Green+Blue) = 239+251+70=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 70 (27.73% from 255 or 12.5% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFB46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFB46 is #1004B9. Grayscale: #E3E3E3. Windows color (decimal): -1049786 or 4652015. OLE color: 4652015.

HSL color Cylindrical-coordinate representation of color #EFFB46: hue angle of 63.98º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFFB46 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB23925170-
CMYK0.0500.720.02
HSL63.98º95.77%62.94%-
HSV(B)63.98º72.11%98.43%-
XYZ71.287.7918.99-
YUV226.7839.52136.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 251 (98.44% from 255) = 44.82%
BLUE value IS 70 (27.73% from 255) = 12.5%
R=42.68%
G=44.82%
B=12.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal239251700.0500.720.0263.9895.7762.94
HexEFFB465048240603f
Octal35737310650110210014077
Binary11101111111110111000110101010010001010000001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFB46; }

 p { color: rgb(239,251,70); }

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

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

 a { background-color: rgb(239,251,70); }

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

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

 span { border-color: rgb(239,251,70); }

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