#EDEC43

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

Shades of Paris Daisy #EDEC43

Tints of Paris Daisy #EDEC43

Color information

#EDEC43 (or 0xEDEC43) is unknown color: approx Paris Daisy. HEX triplet: ED, EC and 43. RGB value is (237,236,67). Sum of RGB (Red+Green+Blue) = 237+236+67=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 67 (26.56% from 255 or 12.41% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC43 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC43 is #1213BC. Grayscale: #D9D9D9. Windows color (decimal): -1184701 or 4451565. OLE color: 4451565.

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

Color convert

RGB23723667-
CMYK00.000.720.07
HSL59.65º82.52%59.61%-
HSV(B)59.65º71.73%92.94%-
XYZ65.9378.416.97-
YUV217.0343.33142.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.89%
GREEN value IS 236 (92.58% from 255) = 43.70%
BLUE value IS 67 (26.56% from 255) = 12.41%
R=43.89%
G=43.70%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372366700.000.720.0759.6582.5259.61
HexEDEC43004873c533c
Octal3553541030011077412374
Binary111011011110110010000110010010001111111001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC43; }

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

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

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

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

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

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

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

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