#ECEC48

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

Shades of Paris Daisy #ECEC48

Tints of Paris Daisy #ECEC48

Color information

#ECEC48 (or 0xECEC48) is unknown color: approx Paris Daisy. HEX triplet: EC, EC and 48. RGB value is (236,236,72). Sum of RGB (Red+Green+Blue) = 236+236+72=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 72 (28.52% from 255 or 13.24% from 544); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEC48 is #1313B7. Grayscale: #D9D9D9. Windows color (decimal): -1250232 or 4779244. OLE color: 4779244.

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

Color convert

RGB23623672-
CMYK000.690.07
HSL60º81.19%60.39%-
HSV(B)60º69.49%92.55%-
XYZ65.7678.2917.78-
YUV217.346141.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.38%
GREEN value IS 236 (92.58% from 255) = 43.38%
BLUE value IS 72 (28.52% from 255) = 13.24%
R=43.38%
G=43.38%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623672000.690.076081.1960.39
HexECEC48004573c513c
Octal3543541100010577412174
Binary111011001110110010010000010001011111111001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEC48; }

 p { color: rgb(236,236,72); }

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

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

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

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

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

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

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