Html Css Color HEX #E0E422 Golden Fizz

📋 copy color: '#E0E422'

red 224 ◦ green 228 ◦ blue 34

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

Shades of Golden Fizz #E0E422

Tints of Golden Fizz #E0E422

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.91%

 BLUE value IS 34 (13.67% from 255) = 7%

R = 46.09%
G = 46.91%
B = 7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E0E422 (or 0xE0E422) is known color: Golden Fizz. HEX triplet: E0, E4 and 22. RGB value is (224,228,34). Sum of RGB (Red+Green+Blue) = 224+228+34=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 34 (13.67% from 255 or 7.00% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E422 is #1F1BDD. Grayscale: #CDCDCD. Windows color (decimal): -2038750 or 2286816. OLE color: 2286816.

HSL color Cylindrical-coordinate representation of color #E0E422: hue angle of 61.24º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0E422 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 224 228 34 -
CMYK 0.02 0 0.85 0.11
HSL 61.24º 0.78% 0.51% -
HSV(B) 61.24º 0.85% 0.89% -
XYZ 58.77 71.45 12.21 -
YUV 204.69 31.67 141.77 -
System Red Green Blue C M Y K H S L
Decimal 224 228 34 0.02 0 0.85 0.11 61.24 0.78 0.51
Hex E0 E4 22 2 0 55 B 3D 4E 33
Octal 340 344 42 2 0 125 13 75 116 63
Binary 11100000 11100100 100010 10 0 1010101 1011 111101 1001110 110011

Color Harmonies of #E0E422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E422

Black with #E0E422

Text Example


Text Example

White with #E0E422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E422; }

 p { color: rgb(224,228,34); }

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

background-color css

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

 a { background-color: rgb(224,228,34); }

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

border-color css

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

 span { border-color: rgb(224,228,34); }

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