Html Css Color HEX #E2E02D Golden Fizz

📋 copy color: '#E2E02D'

red 226 ◦ green 224 ◦ blue 45

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

Shades of Golden Fizz #E2E02D

Tints of Golden Fizz #E2E02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.09%

R = 45.66%
G = 45.25%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2E02D (or 0xE2E02D) is known color: Golden Fizz. HEX triplet: E2, E0 and 2D. RGB value is (226,224,45). Sum of RGB (Red+Green+Blue) = 226+224+45=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 45 (17.97% from 255 or 9.09% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E02D is #1D1FD2. Grayscale: #CCCCCC. Windows color (decimal): -1908691 or 3006690. OLE color: 3006690.

HSL color Cylindrical-coordinate representation of color #E2E02D: hue angle of 59.34º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2E02D is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 224 45 -
CMYK 0 0.01 0.80 0.11
HSL 59.34º 0.76% 0.53% -
HSV(B) 59.34º 0.8% 0.89% -
XYZ 58.49 69.67 12.85 -
YUV 204.19 38.16 143.55 -
System Red Green Blue C M Y K H S L
Decimal 226 224 45 0 0.01 0.80 0.11 59.34 0.76 0.53
Hex E2 E0 2D 0 1 50 B 3B 4C 35
Octal 342 340 55 0 1 120 13 73 114 65
Binary 11100010 11100000 101101 0 1 1010000 1011 111011 1001100 110101

Color Harmonies of #E2E02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E02D

Black with #E2E02D

Text Example


Text Example

White with #E2E02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E02D; }

 p { color: rgb(226,224,45); }

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

background-color css

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

 a { background-color: rgb(226,224,45); }

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

border-color css

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

 span { border-color: rgb(226,224,45); }

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