Html Css Color HEX #ECF228 Golden Fizz

📋 copy color: '#ECF228'

red 236 ◦ green 242 ◦ blue 40

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

Shades of Golden Fizz #ECF228

Tints of Golden Fizz #ECF228

RGB

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

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

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

R = 45.56%
G = 46.72%
B = 7.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#ECF228 (or 0xECF228) is known color: Golden Fizz. HEX triplet: EC, F2 and 28. RGB value is (236,242,40). Sum of RGB (Red+Green+Blue) = 236+242+40=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 40 (16.02% from 255 or 7.72% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF228 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF228 is #130DD7. Grayscale: #D9D9D9. Windows color (decimal): -1248728 or 2683628. OLE color: 2683628.

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

Color convert

RGB 236 242 40 -
CMYK 0.02 0 0.83 0.05
HSL 61.78º 0.89% 0.55% -
HSV(B) 61.78º 0.83% 0.95% -
XYZ 66.73 81.49 14.22 -
YUV 217.18 28.01 141.43 -
System Red Green Blue C M Y K H S L
Decimal 236 242 40 0.02 0 0.83 0.05 61.78 0.89 0.55
Hex EC F2 28 2 0 53 5 3E 59 37
Octal 354 362 50 2 0 123 5 76 131 67
Binary 11101100 11110010 101000 10 0 1010011 101 111110 1011001 110111

Color Harmonies of #ECF228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF228

Black with #ECF228

Text Example


Text Example

White with #ECF228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF228; }

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

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

background-color css

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

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

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

border-color css

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

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

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