#EDEC49

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

Shades of Paris Daisy #EDEC49

Tints of Paris Daisy #EDEC49

Color information

#EDEC49 (or 0xEDEC49) is unknown color: approx Paris Daisy. HEX triplet: ED, EC and 49. RGB value is (237,236,73). Sum of RGB (Red+Green+Blue) = 237+236+73=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 73 (28.91% from 255 or 13.37% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC49 is #1213B6. Grayscale: #DADADA. Windows color (decimal): -1184695 or 4844781. OLE color: 4844781.

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

Color convert

RGB23723673-
CMYK00.000.690.07
HSL59.63º82%60.78%-
HSV(B)59.63º69.2%92.94%-
XYZ66.1278.4817.97-
YUV217.7246.33141.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 236 (92.58% from 255) = 43.22%
BLUE value IS 73 (28.91% from 255) = 13.37%
R=43.41%
G=43.22%
B=13.37%

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
Decimal2372367300.000.690.0759.638260.78
HexEDEC49004573c523d
Octal3553541110010577412275
Binary111011011110110010010010010001011111111001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC49; }

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

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

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

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

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

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

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

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