Html Css Color HEX #E5EA1F Golden Fizz

📋 copy color: '#E5EA1F'

red 229 ◦ green 234 ◦ blue 31

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

Shades of Golden Fizz #E5EA1F

Tints of Golden Fizz #E5EA1F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.37%

 BLUE value IS 31 (12.5% from 255) = 6.28%

R = 46.36%
G = 47.37%
B = 6.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#E5EA1F (or 0xE5EA1F) is known color: Golden Fizz. HEX triplet: E5, EA and 1F. RGB value is (229,234,31). Sum of RGB (Red+Green+Blue) = 229+234+31=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 31 (12.5% from 255 or 6.28% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EA1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5EA1F is #1A15E0. Grayscale: #D2D2D2. Windows color (decimal): -1709537 or 2091749. OLE color: 2091749.

HSL color Cylindrical-coordinate representation of color #E5EA1F: hue angle of 61.48º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5EA1F is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 234 31 -
CMYK 0.02 0 0.87 0.08
HSL 61.48º 0.83% 0.52% -
HSV(B) 61.48º 0.87% 0.92% -
XYZ 61.98 75.6 12.62 -
YUV 209.36 27.34 142.01 -
System Red Green Blue C M Y K H S L
Decimal 229 234 31 0.02 0 0.87 0.08 61.48 0.83 0.52
Hex E5 EA 1F 2 0 57 8 3D 53 34
Octal 345 352 37 2 0 127 10 75 123 64
Binary 11100101 11101010 11111 10 0 1010111 1000 111101 1010011 110100

Color Harmonies of #E5EA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5EA1F

Black with #E5EA1F

Text Example


Text Example

White with #E5EA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5EA1F; }

 p { color: rgb(229,234,31); }

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

background-color css

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

 a { background-color: rgb(229,234,31); }

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

border-color css

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

 span { border-color: rgb(229,234,31); }

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