#EDED55

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

Shades of Paris Daisy #EDED55

Tints of Paris Daisy #EDED55

Color information

#EDED55 (or 0xEDED55) is unknown color: approx Paris Daisy. HEX triplet: ED, ED and 55. RGB value is (237,237,85). Sum of RGB (Red+Green+Blue) = 237+237+85=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 85 (33.59% from 255 or 15.21% from 559); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED55 is #1212AA. Grayscale: #DCDCDC. Windows color (decimal): -1184427 or 5631469. OLE color: 5631469.

HSL color Cylindrical-coordinate representation of color #EDED55: hue angle of 60º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDED55 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23723785-
CMYK000.640.07
HSL60º80.85%63.14%-
HSV(B)60º64.14%92.94%-
XYZ66.8579.2320.36-
YUV219.6752140.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 237 (92.97% from 255) = 42.40%
BLUE value IS 85 (33.59% from 255) = 15.21%
R=42.40%
G=42.40%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723785000.640.076080.8563.14
HexEDED55004073c513f
Octal3553551250010077412177
Binary111011011110110110101010010000001111111001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDED55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDED55; }

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

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

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

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

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

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

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

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