Html Css Color HEX #E2E12D Golden Fizz

📋 copy color: '#E2E12D'

red 226 ◦ green 225 ◦ blue 45

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

Shades of Golden Fizz #E2E12D

Tints of Golden Fizz #E2E12D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.36%

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

R = 45.56%
G = 45.36%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2E12D (or 0xE2E12D) is known color: Golden Fizz. HEX triplet: E2, E1 and 2D. RGB value is (226,225,45). Sum of RGB (Red+Green+Blue) = 226+225+45=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E12D is #1D1ED2. Grayscale: #CDCDCD. Windows color (decimal): -1908435 or 3006946. OLE color: 3006946.

HSL color Cylindrical-coordinate representation of color #E2E12D: hue angle of 59.67º 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 #E2E12D is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 225 45 -
CMYK 0 0.00 0.80 0.11
HSL 59.67º 0.76% 0.53% -
HSV(B) 59.67º 0.8% 0.89% -
XYZ 58.76 70.21 12.94 -
YUV 204.78 37.83 143.14 -
System Red Green Blue C M Y K H S L
Decimal 226 225 45 0 0.00 0.80 0.11 59.67 0.76 0.53
Hex E2 E1 2D 0 0 50 B 3C 4C 35
Octal 342 341 55 0 0 120 13 74 114 65
Binary 11100010 11100001 101101 0 0 1010000 1011 111100 1001100 110101

Color Harmonies of #E2E12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E12D

Black with #E2E12D

Text Example


Text Example

White with #E2E12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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