Html Css Color HEX #E0E125 Golden Fizz

📋 copy color: '#E0E125'

red 224 ◦ green 225 ◦ blue 37

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

Shades of Golden Fizz #E0E125

Tints of Golden Fizz #E0E125

RGB

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

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

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

R = 46.09%
G = 46.3%
B = 7.61%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E0E125 (or 0xE0E125) is known color: Golden Fizz. HEX triplet: E0, E1 and 25. RGB value is (224,225,37). Sum of RGB (Red+Green+Blue) = 224+225+37=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 37 (14.84% from 255 or 7.61% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E125 is #1F1EDA. Grayscale: #CCCCCC. Windows color (decimal): -2039515 or 2482656. OLE color: 2482656.

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

Color convert

RGB 224 225 37 -
CMYK 0.00 0 0.84 0.12
HSL 60.32º 0.76% 0.51% -
HSV(B) 60.32º 0.84% 0.88% -
XYZ 58 69.83 12.17 -
YUV 203.27 34.17 142.79 -
System Red Green Blue C M Y K H S L
Decimal 224 225 37 0.00 0 0.84 0.12 60.32 0.76 0.51
Hex E0 E1 25 0 0 54 C 3C 4C 33
Octal 340 341 45 0 0 124 14 74 114 63
Binary 11100000 11100001 100101 0 0 1010100 1100 111100 1001100 110011

Color Harmonies of #E0E125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E125

Black with #E0E125

Text Example


Text Example

White with #E0E125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E125; }

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

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

background-color css

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

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

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

border-color css

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

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

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