Html Css Color HEX #E5F221 Golden Fizz

📋 copy color: '#E5F221'

red 229 ◦ green 242 ◦ blue 33

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

Shades of Golden Fizz #E5F221

Tints of Golden Fizz #E5F221

RGB

 RED value IS 229 (89.84% from 255) = 45.44%

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

 BLUE value IS 33 (13.28% from 255) = 6.55%

R = 45.44%
G = 48.02%
B = 6.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#E5F221 (or 0xE5F221) is known color: Golden Fizz. HEX triplet: E5, F2 and 21. RGB value is (229,242,33). Sum of RGB (Red+Green+Blue) = 229+242+33=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 33 (13.28% from 255 or 6.55% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F221 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F221 is #1A0DDE. Grayscale: #D7D7D7. Windows color (decimal): -1707487 or 2224869. OLE color: 2224869.

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

Color convert

RGB 229 242 33 -
CMYK 0.05 0 0.86 0.05
HSL 63.73º 0.89% 0.54% -
HSV(B) 63.73º 0.86% 0.95% -
XYZ 64.34 80.27 13.54 -
YUV 214.29 25.69 138.49 -
System Red Green Blue C M Y K H S L
Decimal 229 242 33 0.05 0 0.86 0.05 63.73 0.89 0.54
Hex E5 F2 21 5 0 56 5 40 59 36
Octal 345 362 41 5 0 126 5 100 131 66
Binary 11100101 11110010 100001 101 0 1010110 101 1000000 1011001 110110

Color Harmonies of #E5F221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5F221

Black with #E5F221

Text Example


Text Example

White with #E5F221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5F221; }

 p { color: rgb(229,242,33); }

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

background-color css

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

 a { background-color: rgb(229,242,33); }

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

border-color css

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

 span { border-color: rgb(229,242,33); }

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