#EAFF32

Color #EAFF32 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #EAFF32

Tints of Golden Fizz #EAFF32

Color information

#EAFF32 (or 0xEAFF32) is unknown color: approx Golden Fizz. HEX triplet: EA, FF and 32. RGB value is (234,255,50). Sum of RGB (Red+Green+Blue) = 234+255+50=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 50 (19.92% from 255 or 9.28% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFF32 is #1500CD. Grayscale: #E2E2E2. Windows color (decimal): -1376462 or 3342314. OLE color: 3342314.

HSL color Cylindrical-coordinate representation of color #EAFF32: hue angle of 66.15º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAFF32 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB23425550-
CMYK0.0800.800
HSL66.15º100%59.8%-
HSV(B)66.15º80.39%100%-
XYZ70.2789.2416.54-
YUV225.3529.04134.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 255 (100% from 255) = 47.31%
BLUE value IS 50 (19.92% from 255) = 9.28%
R=43.41%
G=47.31%
B=9.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal234255500.0800.80066.1510059.8
HexEAFF328050042643c
Octal35237762100120010214474
Binary1110101011111111110010100001010000010000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFF32; }

 p { color: rgb(234,255,50); }

 H1.HeaderClassName
 {
   color: #EAFF32;
 }
 .AnyTagClassName
 {
   color: #EAFF32;
 }
</style>
background-color css

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

 a { background-color: rgb(234,255,50); }

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

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

 span { border-color: rgb(234,255,50); }

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