#ECEA45

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

Shades of Paris Daisy #ECEA45

Tints of Paris Daisy #ECEA45

Color information

#ECEA45 (or 0xECEA45) is unknown color: approx Paris Daisy. HEX triplet: EC, EA and 45. RGB value is (236,234,69). Sum of RGB (Red+Green+Blue) = 236+234+69=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 69 (27.34% from 255 or 12.80% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA45 is #1315BA. Grayscale: #D8D8D8. Windows color (decimal): -1250747 or 4582124. OLE color: 4582124.

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

Color convert

RGB23623469-
CMYK00.010.710.07
HSL59.28º81.46%59.8%-
HSV(B)59.28º70.76%92.55%-
XYZ65.0977.1117.08-
YUV215.7945.16142.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.78%
GREEN value IS 234 (91.80% from 255) = 43.41%
BLUE value IS 69 (27.34% from 255) = 12.80%
R=43.78%
G=43.41%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362346900.010.710.0759.2881.4659.8
HexECEA45014773b513c
Octal3543521050110777312174
Binary111011001110101010001010110001111111110111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEA45; }

 p { color: rgb(236,234,69); }

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

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

 a { background-color: rgb(236,234,69); }

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

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

 span { border-color: rgb(236,234,69); }

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