#EDEA53

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

Shades of Paris Daisy #EDEA53

Tints of Paris Daisy #EDEA53

Color information

#EDEA53 (or 0xEDEA53) is unknown color: approx Paris Daisy. HEX triplet: ED, EA and 53. RGB value is (237,234,83). Sum of RGB (Red+Green+Blue) = 237+234+83=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 83 (32.81% from 255 or 14.98% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEA53 is #1215AC. Grayscale: #DADADA. Windows color (decimal): -1185197 or 5499629. OLE color: 5499629.

HSL color Cylindrical-coordinate representation of color #EDEA53: hue angle of 58.83º 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 #EDEA53 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB23723483-
CMYK00.010.650.07
HSL58.83º81.05%62.75%-
HSV(B)58.83º64.98%92.94%-
XYZ65.9177.4719.66-
YUV217.6851.99141.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.78%
GREEN value IS 234 (91.80% from 255) = 42.24%
BLUE value IS 83 (32.81% from 255) = 14.98%
R=42.78%
G=42.24%
B=14.98%

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
Decimal2372348300.010.650.0758.8381.0562.75
HexEDEA53014173b513f
Octal3553521230110177312177
Binary111011011110101010100110110000011111110111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEA53; }

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

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

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

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

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

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

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

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