Html Css Color HEX #E2E528 Golden Fizz

📋 copy color: '#E2E528'

red 226 ◦ green 229 ◦ blue 40

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

Shades of Golden Fizz #E2E528

Tints of Golden Fizz #E2E528

RGB

 RED value IS 226 (88.67% from 255) = 45.66%

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

 BLUE value IS 40 (16.02% from 255) = 8.08%

R = 45.66%
G = 46.26%
B = 8.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E2E528 (or 0xE2E528) is known color: Golden Fizz. HEX triplet: E2, E5 and 28. RGB value is (226,229,40). Sum of RGB (Red+Green+Blue) = 226+229+40=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 40 (16.02% from 255 or 8.08% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E528 is #1D1AD7. Grayscale: #CFCFCF. Windows color (decimal): -1907416 or 2680290. OLE color: 2680290.

HSL color Cylindrical-coordinate representation of color #E2E528: hue angle of 60.95º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2E528 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 229 40 -
CMYK 0.01 0 0.83 0.10
HSL 60.95º 0.78% 0.53% -
HSV(B) 60.95º 0.83% 0.9% -
XYZ 59.77 72.36 12.82 -
YUV 206.56 34.01 141.87 -
System Red Green Blue C M Y K H S L
Decimal 226 229 40 0.01 0 0.83 0.10 60.95 0.78 0.53
Hex E2 E5 28 1 0 53 A 3D 4E 35
Octal 342 345 50 1 0 123 12 75 116 65
Binary 11100010 11100101 101000 1 0 1010011 1010 111101 1001110 110101

Color Harmonies of #E2E528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E528

Black with #E2E528

Text Example


Text Example

White with #E2E528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E528; }

 p { color: rgb(226,229,40); }

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

background-color css

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

 a { background-color: rgb(226,229,40); }

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

border-color css

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

 span { border-color: rgb(226,229,40); }

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