Html Css Color HEX #ECF525 Golden Fizz

📋 copy color: '#ECF525'

red 236 ◦ green 245 ◦ blue 37

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

Shades of Golden Fizz #ECF525

Tints of Golden Fizz #ECF525

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.3%

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

R = 45.56%
G = 47.3%
B = 7.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#ECF525 (or 0xECF525) is known color: Golden Fizz. HEX triplet: EC, F5 and 25. RGB value is (236,245,37). Sum of RGB (Red+Green+Blue) = 236+245+37=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 37 (14.84% from 255 or 7.14% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF525 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF525 is #130ADA. Grayscale: #DBDBDB. Windows color (decimal): -1247963 or 2487788. OLE color: 2487788.

HSL color Cylindrical-coordinate representation of color #ECF525: hue angle of 62.6º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECF525 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 245 37 -
CMYK 0.04 0 0.85 0.04
HSL 62.6º 0.91% 0.55% -
HSV(B) 62.6º 0.85% 0.96% -
XYZ 67.58 83.27 14.26 -
YUV 218.6 25.52 140.41 -
System Red Green Blue C M Y K H S L
Decimal 236 245 37 0.04 0 0.85 0.04 62.6 0.91 0.55
Hex EC F5 25 4 0 55 4 3F 5B 37
Octal 354 365 45 4 0 125 4 77 133 67
Binary 11101100 11110101 100101 100 0 1010101 100 111111 1011011 110111

Color Harmonies of #ECF525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF525

Black with #ECF525

Text Example


Text Example

White with #ECF525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF525; }

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

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

background-color css

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

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

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

border-color css

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

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

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