#edea54

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

Shades of Paris Daisy #EDEA54

Tints of Paris Daisy #EDEA54

Color information

#EDEA54 (or 0xEDEA54) is unknown color: approx Paris Daisy. HEX triplet: ED, EA and 54. RGB value is (237,234,84). Sum of RGB (Red+Green+Blue) = 237+234+84=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 84 (33.20% from 255 or 15.14% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEA54 is #1215AB. Grayscale: #DADADA. Windows color (decimal): -1185196 or 5565165. OLE color: 5565165.

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

Color convert

RGB23723484-
CMYK00.010.650.07
HSL58.82º80.95%62.94%-
HSV(B)58.82º64.56%92.94%-
XYZ65.9577.4919.87-
YUV217.852.49141.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 234 (91.80% from 255) = 42.16%
BLUE value IS 84 (33.20% from 255) = 15.14%
R=42.70%
G=42.16%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372348400.010.650.0758.8280.9562.94
HexEDEA54014173b513f
Octal3553521240110177312177
Binary111011011110101010101000110000011111110111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edea54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edea54; }

 p { color: rgb(237,234,84); }

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

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

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

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

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

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

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