Html Css Color HEX #E1E522 Golden Fizz

📋 copy color: '#E1E522'

red 225 ◦ green 229 ◦ blue 34

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

Shades of Golden Fizz #E1E522

Tints of Golden Fizz #E1E522

RGB

 RED value IS 225 (88.28% from 255) = 46.11%

 GREEN value IS 229 (89.84% from 255) = 46.93%

 BLUE value IS 34 (13.67% from 255) = 6.97%

R = 46.11%
G = 46.93%
B = 6.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E1E522 (or 0xE1E522) is known color: Golden Fizz. HEX triplet: E1, E5 and 22. RGB value is (225,229,34). Sum of RGB (Red+Green+Blue) = 225+229+34=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 34 (13.67% from 255 or 6.97% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E522 is #1E1ADD. Grayscale: #CECECE. Windows color (decimal): -1972958 or 2287073. OLE color: 2287073.

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

Color convert

RGB 225 229 34 -
CMYK 0.02 0 0.85 0.10
HSL 61.23º 0.79% 0.52% -
HSV(B) 61.23º 0.85% 0.9% -
XYZ 59.36 72.16 12.31 -
YUV 205.57 31.17 141.86 -
System Red Green Blue C M Y K H S L
Decimal 225 229 34 0.02 0 0.85 0.10 61.23 0.79 0.52
Hex E1 E5 22 2 0 55 A 3D 4F 34
Octal 341 345 42 2 0 125 12 75 117 64
Binary 11100001 11100101 100010 10 0 1010101 1010 111101 1001111 110100

Color Harmonies of #E1E522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E522

Black with #E1E522

Text Example


Text Example

White with #E1E522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E522; }

 p { color: rgb(225,229,34); }

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

background-color css

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

 a { background-color: rgb(225,229,34); }

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

border-color css

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

 span { border-color: rgb(225,229,34); }

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