#EDEA4A

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

Shades of Paris Daisy #EDEA4A

Tints of Paris Daisy #EDEA4A

Color information

#EDEA4A (or 0xEDEA4A) is unknown color: approx Paris Daisy. HEX triplet: ED, EA and 4A. RGB value is (237,234,74). Sum of RGB (Red+Green+Blue) = 237+234+74=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 74 (29.30% from 255 or 13.58% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEA4A is #1215B5. Grayscale: #D9D9D9. Windows color (decimal): -1185206 or 4909805. OLE color: 4909805.

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

Color convert

RGB23723474-
CMYK00.010.690.07
HSL58.9º81.91%60.98%-
HSV(B)58.9º68.78%92.94%-
XYZ65.5877.3417.95-
YUV216.6647.49142.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 234 (91.80% from 255) = 42.94%
BLUE value IS 74 (29.30% from 255) = 13.58%
R=43.49%
G=42.94%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372347400.010.690.0758.981.9160.98
HexEDEA4A014573b523d
Octal3553521120110577312275
Binary111011011110101010010100110001011111110111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEA4A; }

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

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

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

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

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

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

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

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