Html Css Color HEX #ECF052 Paris Daisy

📋 copy color: '#ECF052'

red 236 ◦ green 240 ◦ blue 82

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

Shades of Paris Daisy #ECF052

Tints of Paris Daisy #ECF052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.7%

R = 42.29%
G = 43.01%
B = 14.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#ECF052 (or 0xECF052) is known color: Paris Daisy. HEX triplet: EC, F0 and 52. RGB value is (236,240,82). Sum of RGB (Red+Green+Blue) = 236+240+82=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 82 (32.42% from 255 or 14.70% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF052 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF052 is #130FAD. Grayscale: #DDDDDD. Windows color (decimal): -1249198 or 5435628. OLE color: 5435628.

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

Color convert

RGB 236 240 82 -
CMYK 0.02 0 0.66 0.06
HSL 61.52º 0.84% 0.63% -
HSV(B) 61.52º 0.66% 0.94% -
XYZ 67.28 80.76 20.03 -
YUV 220.79 49.67 138.85 -
System Red Green Blue C M Y K H S L
Decimal 236 240 82 0.02 0 0.66 0.06 61.52 0.84 0.63
Hex EC F0 52 2 0 42 6 3E 54 3F
Octal 354 360 122 2 0 102 6 76 124 77
Binary 11101100 11110000 1010010 10 0 1000010 110 111110 1010100 111111

Color Harmonies of #ECF052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF052

Black with #ECF052

Text Example


Text Example

White with #ECF052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF052; }

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

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

background-color css

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

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

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

border-color css

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

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

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