Html Css Color HEX #E0E225 Golden Fizz

📋 copy color: '#E0E225'

red 224 ◦ green 226 ◦ blue 37

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

Shades of Golden Fizz #E0E225

Tints of Golden Fizz #E0E225

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.41%

 BLUE value IS 37 (14.84% from 255) = 7.6%

R = 46%
G = 46.41%
B = 7.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E0E225 (or 0xE0E225) is known color: Golden Fizz. HEX triplet: E0, E2 and 25. RGB value is (224,226,37). Sum of RGB (Red+Green+Blue) = 224+226+37=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E225 is #1F1DDA. Grayscale: #CCCCCC. Windows color (decimal): -2039259 or 2482912. OLE color: 2482912.

HSL color Cylindrical-coordinate representation of color #E0E225: hue angle of 60.63º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0E225 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 224 226 37 -
CMYK 0.01 0 0.84 0.11
HSL 60.63º 0.77% 0.52% -
HSV(B) 60.63º 0.84% 0.89% -
XYZ 58.27 70.37 12.26 -
YUV 203.86 33.84 142.37 -
System Red Green Blue C M Y K H S L
Decimal 224 226 37 0.01 0 0.84 0.11 60.63 0.77 0.52
Hex E0 E2 25 1 0 54 B 3D 4D 34
Octal 340 342 45 1 0 124 13 75 115 64
Binary 11100000 11100010 100101 1 0 1010100 1011 111101 1001101 110100

Color Harmonies of #E0E225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E225

Black with #E0E225

Text Example


Text Example

White with #E0E225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E225; }

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

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

background-color css

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

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

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

border-color css

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

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

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