#EAFB26

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

Shades of Golden Fizz #EAFB26

Tints of Golden Fizz #EAFB26

Color information

#EAFB26 (or 0xEAFB26) is unknown color: approx Golden Fizz. HEX triplet: EA, FB and 26. RGB value is (234,251,38). Sum of RGB (Red+Green+Blue) = 234+251+38=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 38 (15.23% from 255 or 7.27% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFB26 is #1504D9. Grayscale: #DEDEDE. Windows color (decimal): -1377498 or 2554858. OLE color: 2554858.

HSL color Cylindrical-coordinate representation of color #EAFB26: hue angle of 64.79º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAFB26 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB23425138-
CMYK0.0700.850.02
HSL64.79º96.38%56.67%-
HSV(B)64.79º84.86%98.43%-
XYZ68.7886.6314.93-
YUV221.6424.37136.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 251 (98.44% from 255) = 47.99%
BLUE value IS 38 (15.23% from 255) = 7.27%
R=44.74%
G=47.99%
B=7.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234251380.0700.850.0264.7996.3856.67
HexEAFB2670552416039
Octal3523734670125210114071
Binary1110101011111011100110111010101011010000011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFB26; }

 p { color: rgb(234,251,38); }

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

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

 a { background-color: rgb(234,251,38); }

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

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

 span { border-color: rgb(234,251,38); }

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