Html Css Color HEX #E5F32A Golden Fizz

📋 copy color: '#E5F32A'

red 229 ◦ green 243 ◦ blue 42

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

Shades of Golden Fizz #E5F32A

Tints of Golden Fizz #E5F32A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.28%

 BLUE value IS 42 (16.8% from 255) = 8.17%

R = 44.55%
G = 47.28%
B = 8.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#E5F32A (or 0xE5F32A) is known color: Golden Fizz. HEX triplet: E5, F3 and 2A. RGB value is (229,243,42). Sum of RGB (Red+Green+Blue) = 229+243+42=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 42 (16.80% from 255 or 8.17% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #E5F32A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F32A is #1A0CD5. Grayscale: #D8D8D8. Windows color (decimal): -1707222 or 2814949. OLE color: 2814949.

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

Color convert

RGB 229 243 42 -
CMYK 0.06 0 0.83 0.05
HSL 64.18º 0.89% 0.56% -
HSV(B) 64.18º 0.83% 0.95% -
XYZ 64.78 80.93 14.4 -
YUV 215.9 29.86 137.34 -
System Red Green Blue C M Y K H S L
Decimal 229 243 42 0.06 0 0.83 0.05 64.18 0.89 0.56
Hex E5 F3 2A 6 0 53 5 40 59 38
Octal 345 363 52 6 0 123 5 100 131 70
Binary 11100101 11110011 101010 110 0 1010011 101 1000000 1011001 111000

Color Harmonies of #E5F32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5F32A

Black with #E5F32A

Text Example


Text Example

White with #E5F32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5F32A; }

 p { color: rgb(229,243,42); }

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

background-color css

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

 a { background-color: rgb(229,243,42); }

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

border-color css

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

 span { border-color: rgb(229,243,42); }

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