#EFED56

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

Shades of Paris Daisy #EFED56

Tints of Paris Daisy #EFED56

Color information

#EFED56 (or 0xEFED56) is unknown color: approx Paris Daisy. HEX triplet: EF, ED and 56. RGB value is (239,237,86). Sum of RGB (Red+Green+Blue) = 239+237+86=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 86 (33.98% from 255 or 15.30% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED56 is #1012A9. Grayscale: #DCDCDC. Windows color (decimal): -1053354 or 5697007. OLE color: 5697007.

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

Color convert

RGB23923786-
CMYK00.010.640.06
HSL59.22º82.7%63.73%-
HSV(B)59.22º64.02%93.73%-
XYZ67.5679.5920.61-
YUV220.3852.16141.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.53%
GREEN value IS 237 (92.97% from 255) = 42.17%
BLUE value IS 86 (33.98% from 255) = 15.30%
R=42.53%
G=42.17%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392378600.010.640.0659.2282.763.73
HexEFED56014063b5340
Octal35735512601100673123100
Binary1110111111101101101011001100000011011101110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFED56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFED56; }

 p { color: rgb(239,237,86); }

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

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

 a { background-color: rgb(239,237,86); }

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

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

 span { border-color: rgb(239,237,86); }

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