Html Css Color HEX #ECF528 Golden Fizz

📋 copy color: '#ECF528'

red 236 ◦ green 245 ◦ blue 40

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

Shades of Golden Fizz #ECF528

Tints of Golden Fizz #ECF528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.68%

R = 45.3%
G = 47.02%
B = 7.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#ECF528 (or 0xECF528) is known color: Golden Fizz. HEX triplet: EC, F5 and 28. RGB value is (236,245,40). Sum of RGB (Red+Green+Blue) = 236+245+40=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 40 (16.02% from 255 or 7.68% from 521); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF528 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF528 is #130AD7. Grayscale: #DBDBDB. Windows color (decimal): -1247960 or 2684396. OLE color: 2684396.

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

Color convert

RGB 236 245 40 -
CMYK 0.04 0 0.84 0.04
HSL 62.63º 0.91% 0.56% -
HSV(B) 62.63º 0.84% 0.96% -
XYZ 67.63 83.29 14.52 -
YUV 218.94 27.02 140.17 -
System Red Green Blue C M Y K H S L
Decimal 236 245 40 0.04 0 0.84 0.04 62.63 0.91 0.56
Hex EC F5 28 4 0 54 4 3F 5B 38
Octal 354 365 50 4 0 124 4 77 133 70
Binary 11101100 11110101 101000 100 0 1010100 100 111111 1011011 111000

Color Harmonies of #ECF528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF528

Black with #ECF528

Text Example


Text Example

White with #ECF528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF528; }

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

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

background-color css

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

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

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

border-color css

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

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

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