#EDEC4A

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

Shades of Paris Daisy #EDEC4A

Tints of Paris Daisy #EDEC4A

Color information

#EDEC4A (or 0xEDEC4A) is unknown color: approx Paris Daisy. HEX triplet: ED, EC and 4A. RGB value is (237,236,74). Sum of RGB (Red+Green+Blue) = 237+236+74=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 74 (29.30% from 255 or 13.53% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC4A is #1213B5. Grayscale: #DADADA. Windows color (decimal): -1184694 or 4910317. OLE color: 4910317.

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

Color convert

RGB23723674-
CMYK00.000.690.07
HSL59.63º81.91%60.98%-
HSV(B)59.63º68.78%92.94%-
XYZ66.1678.4918.14-
YUV217.8346.83141.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 236 (92.58% from 255) = 43.14%
BLUE value IS 74 (29.30% from 255) = 13.53%
R=43.33%
G=43.14%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372367400.000.690.0759.6381.9160.98
HexEDEC4A004573c523d
Octal3553541120010577412275
Binary111011011110110010010100010001011111111001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC4A; }

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

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

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

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

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

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

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

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