Html Css Color HEX #E9F125 Golden Fizz

📋 copy color: '#E9F125'

red 233 ◦ green 241 ◦ blue 37

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

Shades of Golden Fizz #E9F125

Tints of Golden Fizz #E9F125

RGB

 RED value IS 233 (91.41% from 255) = 45.6%

 GREEN value IS 241 (94.53% from 255) = 47.16%

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

R = 45.6%
G = 47.16%
B = 7.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#E9F125 (or 0xE9F125) is known color: Golden Fizz. HEX triplet: E9, F1 and 25. RGB value is (233,241,37). Sum of RGB (Red+Green+Blue) = 233+241+37=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 37 (14.84% from 255 or 7.24% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F125 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9F125 is #160EDA. Grayscale: #D8D8D8. Windows color (decimal): -1445595 or 2486761. OLE color: 2486761.

HSL color Cylindrical-coordinate representation of color #E9F125: hue angle of 62.35º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9F125 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 233 241 37 -
CMYK 0.03 0 0.85 0.05
HSL 62.35º 0.88% 0.55% -
HSV(B) 62.35º 0.85% 0.95% -
XYZ 65.39 80.37 13.82 -
YUV 215.35 27.35 140.59 -
System Red Green Blue C M Y K H S L
Decimal 233 241 37 0.03 0 0.85 0.05 62.35 0.88 0.55
Hex E9 F1 25 3 0 55 5 3E 58 37
Octal 351 361 45 3 0 125 5 76 130 67
Binary 11101001 11110001 100101 11 0 1010101 101 111110 1011000 110111

Color Harmonies of #E9F125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9F125

Black with #E9F125

Text Example


Text Example

White with #E9F125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9F125; }

 p { color: rgb(233,241,37); }

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

background-color css

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

 a { background-color: rgb(233,241,37); }

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

border-color css

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

 span { border-color: rgb(233,241,37); }

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