Html Css Color HEX #E0E128 Golden Fizz

📋 copy color: '#E0E128'

red 224 ◦ green 225 ◦ blue 40

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

Shades of Golden Fizz #E0E128

Tints of Golden Fizz #E0E128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.18%

R = 45.81%
G = 46.01%
B = 8.18%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E0E128 (or 0xE0E128) is known color: Golden Fizz. HEX triplet: E0, E1 and 28. RGB value is (224,225,40). Sum of RGB (Red+Green+Blue) = 224+225+40=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 40 (16.02% from 255 or 8.18% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E128 is #1F1ED7. Grayscale: #CCCCCC. Windows color (decimal): -2039512 or 2679264. OLE color: 2679264.

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

Color convert

RGB 224 225 40 -
CMYK 0.00 0 0.82 0.12
HSL 60.32º 0.76% 0.52% -
HSV(B) 60.32º 0.82% 0.88% -
XYZ 58.05 69.85 12.43 -
YUV 203.61 35.67 142.54 -
System Red Green Blue C M Y K H S L
Decimal 224 225 40 0.00 0 0.82 0.12 60.32 0.76 0.52
Hex E0 E1 28 0 0 52 C 3C 4C 34
Octal 340 341 50 0 0 122 14 74 114 64
Binary 11100000 11100001 101000 0 0 1010010 1100 111100 1001100 110100

Color Harmonies of #E0E128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E128

Black with #E0E128

Text Example


Text Example

White with #E0E128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E128; }

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

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

background-color css

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

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

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

border-color css

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

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

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