Html Css Color HEX #E6F228 Golden Fizz

📋 copy color: '#E6F228'

red 230 ◦ green 242 ◦ blue 40

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

Shades of Golden Fizz #E6F228

Tints of Golden Fizz #E6F228

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.27%

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

R = 44.92%
G = 47.27%
B = 7.81%

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

#E6F228 (or 0xE6F228) is known color: Golden Fizz. HEX triplet: E6, F2 and 28. RGB value is (230,242,40). Sum of RGB (Red+Green+Blue) = 230+242+40=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 40 (16.02% from 255 or 7.81% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F228 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F228 is #190DD7. Grayscale: #D8D8D8. Windows color (decimal): -1641944 or 2683622. OLE color: 2683622.

HSL color Cylindrical-coordinate representation of color #E6F228: hue angle of 63.56º degrees, saturation: 0.89, 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 #E6F228 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 242 40 -
CMYK 0.05 0 0.83 0.05
HSL 63.56º 0.89% 0.55% -
HSV(B) 63.56º 0.83% 0.95% -
XYZ 64.77 80.48 14.13 -
YUV 215.38 29.02 138.43 -
System Red Green Blue C M Y K H S L
Decimal 230 242 40 0.05 0 0.83 0.05 63.56 0.89 0.55
Hex E6 F2 28 5 0 53 5 40 59 37
Octal 346 362 50 5 0 123 5 100 131 67
Binary 11100110 11110010 101000 101 0 1010011 101 1000000 1011001 110111

Color Harmonies of #E6F228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F228

Black with #E6F228

Text Example


Text Example

White with #E6F228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F228; }

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

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

background-color css

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

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

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

border-color css

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

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

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