#EAF01F

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

Shades of Golden Fizz #EAF01F

Tints of Golden Fizz #EAF01F

Color information

#EAF01F (or 0xEAF01F) is unknown color: approx Golden Fizz. HEX triplet: EA, F0 and 1F. RGB value is (234,240,31). Sum of RGB (Red+Green+Blue) = 234+240+31=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 31 (12.5% from 255 or 6.14% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF01F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF01F is #150FE0. Grayscale: #D7D7D7. Windows color (decimal): -1380321 or 2093290. OLE color: 2093290.

HSL color Cylindrical-coordinate representation of color #EAF01F: hue angle of 61.72º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EAF01F is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB23424031-
CMYK0.0200.870.06
HSL61.72º87.45%53.14%-
HSV(B)61.72º87.08%94.12%-
XYZ65.3479.9113.28-
YUV214.3824.51141.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.34%
GREEN value IS 240 (94.14% from 255) = 47.52%
BLUE value IS 31 (12.5% from 255) = 6.14%
R=46.34%
G=47.52%
B=6.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal234240310.0200.870.0661.7287.4553.14
HexEAF01F205763e5735
Octal352360372012767612765
Binary11101010111100001111110010101111101111101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF01F; }

 p { color: rgb(234,240,31); }

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

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

 a { background-color: rgb(234,240,31); }

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

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

 span { border-color: rgb(234,240,31); }

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