#EDEC46

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

Shades of Paris Daisy #EDEC46

Tints of Paris Daisy #EDEC46

Color information

#EDEC46 (or 0xEDEC46) is unknown color: approx Paris Daisy. HEX triplet: ED, EC and 46. RGB value is (237,236,70). Sum of RGB (Red+Green+Blue) = 237+236+70=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 70 (27.73% from 255 or 12.89% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC46 is #1213B9. Grayscale: #DADADA. Windows color (decimal): -1184698 or 4648173. OLE color: 4648173.

HSL color Cylindrical-coordinate representation of color #EDEC46: hue angle of 59.64º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDEC46 is Cyan = 0, Magento = 0.00, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB23723670-
CMYK00.000.700.07
HSL59.64º82.27%60.2%-
HSV(B)59.64º70.46%92.94%-
XYZ66.0378.4417.45-
YUV217.3744.83142-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 236 (92.58% from 255) = 43.46%
BLUE value IS 70 (27.73% from 255) = 12.89%
R=43.65%
G=43.46%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372367000.000.700.0759.6482.2760.2
HexEDEC46004673c523c
Octal3553541060010677412274
Binary111011011110110010001100010001101111111001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC46; }

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

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

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

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

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

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

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

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