#EFED55

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

Shades of Paris Daisy #EFED55

Tints of Paris Daisy #EFED55

Color information

#EFED55 (or 0xEFED55) is unknown color: approx Paris Daisy. HEX triplet: EF, ED and 55. RGB value is (239,237,85). Sum of RGB (Red+Green+Blue) = 239+237+85=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 85 (33.59% from 255 or 15.15% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED55 is #1012AA. Grayscale: #DCDCDC. Windows color (decimal): -1053355 or 5631471. OLE color: 5631471.

HSL color Cylindrical-coordinate representation of color #EFED55: 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 #EFED55 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB23923785-
CMYK00.010.640.06
HSL59.22º82.8%63.53%-
HSV(B)59.22º64.44%93.73%-
XYZ67.5279.5720.4-
YUV220.2751.66141.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 237 (92.97% from 255) = 42.25%
BLUE value IS 85 (33.59% from 255) = 15.15%
R=42.60%
G=42.25%
B=15.15%

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
Decimal2392378500.010.640.0659.2282.863.53
HexEFED55014063b5340
Octal35735512501100673123100
Binary1110111111101101101010101100000011011101110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFED55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFED55; }

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

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

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

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

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

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

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

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