Html Css Color HEX #EAF528 Golden Fizz

📋 copy color: '#EAF528'

red 234 ◦ green 245 ◦ blue 40

#EAF528
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Fizz #EAF528

Tints of Golden Fizz #EAF528

RGB

 RED value IS 234 (91.8% from 255) = 45.09%

 GREEN value IS 245 (96.09% from 255) = 47.21%

 BLUE value IS 40 (16.02% from 255) = 7.71%

R = 45.09%
G = 47.21%
B = 7.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#EAF528 (or 0xEAF528) is known color: Golden Fizz. HEX triplet: EA, F5 and 28. RGB value is (234,245,40). Sum of RGB (Red+Green+Blue) = 234+245+40=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 40 (16.02% from 255 or 7.71% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF528 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF528 is #150AD7. Grayscale: #DBDBDB. Windows color (decimal): -1379032 or 2684394. OLE color: 2684394.

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

Color convert

RGB 234 245 40 -
CMYK 0.04 0 0.84 0.04
HSL 63.22º 0.91% 0.56% -
HSV(B) 63.22º 0.84% 0.96% -
XYZ 66.97 82.95 14.49 -
YUV 218.34 27.36 139.17 -
System Red Green Blue C M Y K H S L
Decimal 234 245 40 0.04 0 0.84 0.04 63.22 0.91 0.56
Hex EA F5 28 4 0 54 4 3F 5B 38
Octal 352 365 50 4 0 124 4 77 133 70
Binary 11101010 11110101 101000 100 0 1010100 100 111111 1011011 111000

Color Harmonies of #EAF528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF528

Black with #EAF528

Text Example


Text Example

White with #EAF528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF528; }

 p { color: rgb(234,245,40); }

 H1.HeaderClassName
 {
   color: #EAF528;
 }
 .AnyTagClassName
 {
   color: #EAF528;
 }
</style>

background-color css

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

 a { background-color: rgb(234,245,40); }

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

border-color css

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

 span { border-color: rgb(234,245,40); }

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