Html Css Color HEX #E6F128 Golden Fizz

📋 copy color: '#E6F128'

red 230 ◦ green 241 ◦ blue 40

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

Shades of Golden Fizz #E6F128

Tints of Golden Fizz #E6F128

RGB

 RED value IS 230 (90.23% from 255) = 45.01%

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

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

R = 45.01%
G = 47.16%
B = 7.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#E6F128 (or 0xE6F128) is known color: Golden Fizz. HEX triplet: E6, F1 and 28. RGB value is (230,241,40). Sum of RGB (Red+Green+Blue) = 230+241+40=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 40 (16.02% from 255 or 7.83% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F128 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F128 is #190ED7. Grayscale: #D7D7D7. Windows color (decimal): -1642200 or 2683366. OLE color: 2683366.

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

Color convert

RGB 230 241 40 -
CMYK 0.05 0 0.83 0.05
HSL 63.28º 0.88% 0.55% -
HSV(B) 63.28º 0.83% 0.95% -
XYZ 64.47 79.89 14.03 -
YUV 214.8 29.36 138.84 -
System Red Green Blue C M Y K H S L
Decimal 230 241 40 0.05 0 0.83 0.05 63.28 0.88 0.55
Hex E6 F1 28 5 0 53 5 3F 58 37
Octal 346 361 50 5 0 123 5 77 130 67
Binary 11100110 11110001 101000 101 0 1010011 101 111111 1011000 110111

Color Harmonies of #E6F128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F128

Black with #E6F128

Text Example


Text Example

White with #E6F128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F128; }

 p { color: rgb(230,241,40); }

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

background-color css

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

 a { background-color: rgb(230,241,40); }

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

border-color css

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

 span { border-color: rgb(230,241,40); }

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