Html Css Color HEX #E1E525 Golden Fizz

📋 copy color: '#E1E525'

red 225 ◦ green 229 ◦ blue 37

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

Shades of Golden Fizz #E1E525

Tints of Golden Fizz #E1E525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.54%

R = 45.82%
G = 46.64%
B = 7.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E1E525 (or 0xE1E525) is known color: Golden Fizz. HEX triplet: E1, E5 and 25. RGB value is (225,229,37). Sum of RGB (Red+Green+Blue) = 225+229+37=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 37 (14.84% from 255 or 7.54% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E525 is #1E1ADA. Grayscale: #CECECE. Windows color (decimal): -1972955 or 2483681. OLE color: 2483681.

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

Color convert

RGB 225 229 37 -
CMYK 0.02 0 0.84 0.10
HSL 61.25º 0.79% 0.52% -
HSV(B) 61.25º 0.84% 0.9% -
XYZ 59.4 72.18 12.55 -
YUV 205.92 32.67 141.61 -
System Red Green Blue C M Y K H S L
Decimal 225 229 37 0.02 0 0.84 0.10 61.25 0.79 0.52
Hex E1 E5 25 2 0 54 A 3D 4F 34
Octal 341 345 45 2 0 124 12 75 117 64
Binary 11100001 11100101 100101 10 0 1010100 1010 111101 1001111 110100

Color Harmonies of #E1E525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E525

Black with #E1E525

Text Example


Text Example

White with #E1E525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E525; }

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

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

background-color css

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

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

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

border-color css

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

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

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