#EAFD35

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

Shades of Golden Fizz #EAFD35

Tints of Golden Fizz #EAFD35

Color information

#EAFD35 (or 0xEAFD35) is unknown color: approx Golden Fizz. HEX triplet: EA, FD and 35. RGB value is (234,253,53). Sum of RGB (Red+Green+Blue) = 234+253+53=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 53 (21.09% from 255 or 9.81% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFD35 is #1502CA. Grayscale: #E1E1E1. Windows color (decimal): -1376971 or 3538410. OLE color: 3538410.

HSL color Cylindrical-coordinate representation of color #EAFD35: hue angle of 65.7º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAFD35 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB23425353-
CMYK0.0800.790.01
HSL65.7º98.04%60%-
HSV(B)65.7º79.05%99.22%-
XYZ69.78816.68-
YUV224.5231.21134.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.33%
GREEN value IS 253 (99.22% from 255) = 46.85%
BLUE value IS 53 (21.09% from 255) = 9.81%
R=43.33%
G=46.85%
B=9.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal234253530.0800.790.0165.798.0460
HexEAFD35804F142623c
Octal35237565100117110214274
Binary1110101011111101110101100001001111110000101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFD35; }

 p { color: rgb(234,253,53); }

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

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

 a { background-color: rgb(234,253,53); }

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

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

 span { border-color: rgb(234,253,53); }

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