Html Css Color HEX #E9F130 Golden Fizz

📋 copy color: '#E9F130'

red 233 ◦ green 241 ◦ blue 48

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

Shades of Golden Fizz #E9F130

Tints of Golden Fizz #E9F130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.2%

R = 44.64%
G = 46.17%
B = 9.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#E9F130 (or 0xE9F130) is known color: Golden Fizz. HEX triplet: E9, F1 and 30. RGB value is (233,241,48). Sum of RGB (Red+Green+Blue) = 233+241+48=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 48 (19.14% from 255 or 9.20% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F130 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9F130 is #160ECF. Grayscale: #D9D9D9. Windows color (decimal): -1445584 or 3207657. OLE color: 3207657.

HSL color Cylindrical-coordinate representation of color #E9F130: hue angle of 62.49º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E9F130 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 233 241 48 -
CMYK 0.03 0 0.80 0.05
HSL 62.49º 0.87% 0.57% -
HSV(B) 62.49º 0.8% 0.95% -
XYZ 65.59 80.45 14.87 -
YUV 216.61 32.85 139.69 -
System Red Green Blue C M Y K H S L
Decimal 233 241 48 0.03 0 0.80 0.05 62.49 0.87 0.57
Hex E9 F1 30 3 0 50 5 3E 57 39
Octal 351 361 60 3 0 120 5 76 127 71
Binary 11101001 11110001 110000 11 0 1010000 101 111110 1010111 111001

Color Harmonies of #E9F130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9F130

Black with #E9F130

Text Example


Text Example

White with #E9F130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9F130; }

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

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

background-color css

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

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

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

border-color css

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

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

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