Html Css Color HEX #E5E01A Golden Fizz

📋 copy color: '#E5E01A'

red 229 ◦ green 224 ◦ blue 26

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

Shades of Golden Fizz #E5E01A

Tints of Golden Fizz #E5E01A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.76%

 BLUE value IS 26 (10.55% from 255) = 5.43%

R = 47.81%
G = 46.76%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E5E01A (or 0xE5E01A) is known color: Golden Fizz. HEX triplet: E5, E0 and 1A. RGB value is (229,224,26). Sum of RGB (Red+Green+Blue) = 229+224+26=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 26 (10.55% from 255 or 5.43% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E01A is #1A1FE5. Grayscale: #CBCBCB. Windows color (decimal): -1712102 or 1761509. OLE color: 1761509.

HSL color Cylindrical-coordinate representation of color #E5E01A: hue angle of 58.52º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5E01A is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 224 26 -
CMYK 0 0.02 0.89 0.10
HSL 58.52º 0.8% 0.5% -
HSV(B) 58.52º 0.89% 0.9% -
XYZ 59.16 70.04 11.38 -
YUV 202.92 28.16 146.6 -
System Red Green Blue C M Y K H S L
Decimal 229 224 26 0 0.02 0.89 0.10 58.52 0.8 0.5
Hex E5 E0 1A 0 2 59 A 3B 50 32
Octal 345 340 32 0 2 131 12 73 120 62
Binary 11100101 11100000 11010 0 10 1011001 1010 111011 1010000 110010

Color Harmonies of #E5E01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E01A

Black with #E5E01A

Text Example


Text Example

White with #E5E01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E01A; }

 p { color: rgb(229,224,26); }

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

background-color css

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

 a { background-color: rgb(229,224,26); }

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

border-color css

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

 span { border-color: rgb(229,224,26); }

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