Html Css Color HEX #ECF248 Paris Daisy

📋 copy color: '#ECF248'

red 236 ◦ green 242 ◦ blue 72

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

Shades of Paris Daisy #ECF248

Tints of Paris Daisy #ECF248

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44%

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

R = 42.91%
G = 44%
B = 13.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#ECF248 (or 0xECF248) is known color: Paris Daisy. HEX triplet: EC, F2 and 48. RGB value is (236,242,72). Sum of RGB (Red+Green+Blue) = 236+242+72=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 72 (28.52% from 255 or 13.09% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF248 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF248 is #130DB7. Grayscale: #DDDDDD. Windows color (decimal): -1248696 or 4780780. OLE color: 4780780.

HSL color Cylindrical-coordinate representation of color #ECF248: hue angle of 62.12º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECF248 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 242 72 -
CMYK 0.02 0 0.70 0.05
HSL 62.12º 0.87% 0.62% -
HSV(B) 62.12º 0.7% 0.95% -
XYZ 67.51 81.81 18.36 -
YUV 220.83 44.01 138.82 -
System Red Green Blue C M Y K H S L
Decimal 236 242 72 0.02 0 0.70 0.05 62.12 0.87 0.62
Hex EC F2 48 2 0 46 5 3E 57 3E
Octal 354 362 110 2 0 106 5 76 127 76
Binary 11101100 11110010 1001000 10 0 1000110 101 111110 1010111 111110

Color Harmonies of #ECF248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF248

Black with #ECF248

Text Example


Text Example

White with #ECF248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF248; }

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

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

background-color css

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

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

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

border-color css

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

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

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