Html Css Color HEX #ECF225 Golden Fizz

📋 copy color: '#ECF225'

red 236 ◦ green 242 ◦ blue 37

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

Shades of Golden Fizz #ECF225

Tints of Golden Fizz #ECF225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.18%

R = 45.83%
G = 46.99%
B = 7.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#ECF225 (or 0xECF225) is known color: Golden Fizz. HEX triplet: EC, F2 and 25. RGB value is (236,242,37). Sum of RGB (Red+Green+Blue) = 236+242+37=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 37 (14.84% from 255 or 7.18% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF225 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF225 is #130DDA. Grayscale: #D9D9D9. Windows color (decimal): -1248731 or 2487020. OLE color: 2487020.

HSL color Cylindrical-coordinate representation of color #ECF225: hue angle of 61.76º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECF225 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 242 37 -
CMYK 0.02 0 0.85 0.05
HSL 61.76º 0.89% 0.55% -
HSV(B) 61.76º 0.85% 0.95% -
XYZ 66.68 81.47 13.96 -
YUV 216.84 26.51 141.67 -
System Red Green Blue C M Y K H S L
Decimal 236 242 37 0.02 0 0.85 0.05 61.76 0.89 0.55
Hex EC F2 25 2 0 55 5 3E 59 37
Octal 354 362 45 2 0 125 5 76 131 67
Binary 11101100 11110010 100101 10 0 1010101 101 111110 1011001 110111

Color Harmonies of #ECF225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF225

Black with #ECF225

Text Example


Text Example

White with #ECF225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF225; }

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

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

background-color css

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

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

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

border-color css

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

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

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