Html Css Color HEX #E0E11A Golden Fizz

📋 copy color: '#E0E11A'

red 224 ◦ green 225 ◦ blue 26

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

Shades of Golden Fizz #E0E11A

Tints of Golden Fizz #E0E11A

RGB

 RED value IS 224 (87.89% from 255) = 47.16%

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

 BLUE value IS 26 (10.55% from 255) = 5.47%

R = 47.16%
G = 47.37%
B = 5.47%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0E11A (or 0xE0E11A) is known color: Golden Fizz. HEX triplet: E0, E1 and 1A. RGB value is (224,225,26). Sum of RGB (Red+Green+Blue) = 224+225+26=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 26 (10.55% from 255 or 5.47% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E11A is #1F1EE5. Grayscale: #CACACA. Windows color (decimal): -2039526 or 1761760. OLE color: 1761760.

HSL color Cylindrical-coordinate representation of color #E0E11A: hue angle of 60.3º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0E11A is Cyan = 0.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 225 26 -
CMYK 0.00 0 0.88 0.12
HSL 60.3º 0.79% 0.49% -
HSV(B) 60.3º 0.88% 0.88% -
XYZ 57.85 69.77 11.4 -
YUV 202.02 28.67 143.68 -
System Red Green Blue C M Y K H S L
Decimal 224 225 26 0.00 0 0.88 0.12 60.3 0.79 0.49
Hex E0 E1 1A 0 0 58 C 3C 4F 31
Octal 340 341 32 0 0 130 14 74 117 61
Binary 11100000 11100001 11010 0 0 1011000 1100 111100 1001111 110001

Color Harmonies of #E0E11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E11A

Black with #E0E11A

Text Example


Text Example

White with #E0E11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E11A; }

 p { color: rgb(224,225,26); }

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

background-color css

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

 a { background-color: rgb(224,225,26); }

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

border-color css

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

 span { border-color: rgb(224,225,26); }

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