Html Css Color HEX #ECF048 Paris Daisy

📋 copy color: '#ECF048'

red 236 ◦ green 240 ◦ blue 72

#ECF048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris Daisy #ECF048

Tints of Paris Daisy #ECF048

RGB

 RED value IS 236 (92.58% from 255) = 43.07%

 GREEN value IS 240 (94.14% from 255) = 43.8%

 BLUE value IS 72 (28.52% from 255) = 13.14%

R = 43.07%
G = 43.8%
B = 13.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#ECF048 (or 0xECF048) is known color: Paris Daisy. HEX triplet: EC, F0 and 48. RGB value is (236,240,72). Sum of RGB (Red+Green+Blue) = 236+240+72=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 72 (28.52% from 255 or 13.14% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF048 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF048 is #130FB7. Grayscale: #DCDCDC. Windows color (decimal): -1249208 or 4780268. OLE color: 4780268.

HSL color Cylindrical-coordinate representation of color #ECF048: hue angle of 61.43º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECF048 is Cyan = 0.02, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 240 72 -
CMYK 0.02 0 0.7 0.06
HSL 61.43º 0.85% 0.61% -
HSV(B) 61.43º 0.7% 0.94% -
XYZ 66.92 80.62 18.17 -
YUV 219.65 44.67 139.66 -
System Red Green Blue C M Y K H S L
Decimal 236 240 72 0.02 0 0.7 0.06 61.43 0.85 0.61
Hex EC F0 48 2 0 46 6 3D 55 3D
Octal 354 360 110 2 0 106 6 75 125 75
Binary 11101100 11110000 1001000 10 0 1000110 110 111101 1010101 111101

Color Harmonies of #ECF048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF048

Black with #ECF048

Text Example


Text Example

White with #ECF048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF048; }

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

 H1.HeaderClassName
 {
   color: #ECF048;
 }
 .AnyTagClassName
 {
   color: #ECF048;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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