Html Css Color HEX #E5EF20 Golden Fizz

📋 copy color: '#E5EF20'

red 229 ◦ green 239 ◦ blue 32

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

Shades of Golden Fizz #E5EF20

Tints of Golden Fizz #E5EF20

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.8%

 BLUE value IS 32 (12.89% from 255) = 6.4%

R = 45.8%
G = 47.8%
B = 6.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#E5EF20 (or 0xE5EF20) is known color: Golden Fizz. HEX triplet: E5, EF and 20. RGB value is (229,239,32). Sum of RGB (Red+Green+Blue) = 229+239+32=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 32 (12.89% from 255 or 6.4% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5EF20 is #1A10DF. Grayscale: #D5D5D5. Windows color (decimal): -1708256 or 2158565. OLE color: 2158565.

HSL color Cylindrical-coordinate representation of color #E5EF20: hue angle of 62.9º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5EF20 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 239 32 -
CMYK 0.04 0 0.87 0.06
HSL 62.9º 0.87% 0.53% -
HSV(B) 62.9º 0.87% 0.94% -
XYZ 63.44 78.5 13.17 -
YUV 212.41 26.19 139.83 -
System Red Green Blue C M Y K H S L
Decimal 229 239 32 0.04 0 0.87 0.06 62.9 0.87 0.53
Hex E5 EF 20 4 0 57 6 3F 57 35
Octal 345 357 40 4 0 127 6 77 127 65
Binary 11100101 11101111 100000 100 0 1010111 110 111111 1010111 110101

Color Harmonies of #E5EF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5EF20

Black with #E5EF20

Text Example


Text Example

White with #E5EF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5EF20; }

 p { color: rgb(229,239,32); }

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

background-color css

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

 a { background-color: rgb(229,239,32); }

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

border-color css

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

 span { border-color: rgb(229,239,32); }

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