#EAF435

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

Shades of Golden Fizz #EAF435

Tints of Golden Fizz #EAF435

Color information

#EAF435 (or 0xEAF435) is unknown color: approx Golden Fizz. HEX triplet: EA, F4 and 35. RGB value is (234,244,53). Sum of RGB (Red+Green+Blue) = 234+244+53=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 53 (21.09% from 255 or 9.98% from 531); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF435 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF435 is #150BCA. Grayscale: #DBDBDB. Windows color (decimal): -1379275 or 3536106. OLE color: 3536106.

HSL color Cylindrical-coordinate representation of color #EAF435: hue angle of 63.14º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAF435 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB23424453-
CMYK0.0400.780.04
HSL63.14º89.67%58.24%-
HSV(B)63.14º78.28%95.69%-
XYZ66.9282.4515.76-
YUV219.2434.19138.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.07%
GREEN value IS 244 (95.70% from 255) = 45.95%
BLUE value IS 53 (21.09% from 255) = 9.98%
R=44.07%
G=45.95%
B=9.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal234244530.0400.780.0463.1489.6758.24
HexEAF435404E43f5a3a
Octal352364654011647713272
Binary1110101011110100110101100010011101001111111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF435; }

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

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

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

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

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

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

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

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