#EDEB49

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

Shades of Paris Daisy #EDEB49

Tints of Paris Daisy #EDEB49

Color information

#EDEB49 (or 0xEDEB49) is unknown color: approx Paris Daisy. HEX triplet: ED, EB and 49. RGB value is (237,235,73). Sum of RGB (Red+Green+Blue) = 237+235+73=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 73 (28.91% from 255 or 13.39% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEB49 is #1214B6. Grayscale: #D9D9D9. Windows color (decimal): -1184951 or 4844525. OLE color: 4844525.

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

Color convert

RGB23723573-
CMYK00.010.690.07
HSL59.27º82%60.78%-
HSV(B)59.27º69.2%92.94%-
XYZ65.8477.917.87-
YUV217.1346.66142.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 235 (92.19% from 255) = 43.12%
BLUE value IS 73 (28.91% from 255) = 13.39%
R=43.49%
G=43.12%
B=13.39%

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
Decimal2372357300.010.690.0759.278260.78
HexEDEB49014573b523d
Octal3553531110110577312275
Binary111011011110101110010010110001011111110111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEB49; }

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

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

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

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

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

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

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

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