Html Css Color HEX #EAF521 Golden Fizz

📋 copy color: '#EAF521'

red 234 ◦ green 245 ◦ blue 33

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

Shades of Golden Fizz #EAF521

Tints of Golden Fizz #EAF521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.45%

R = 45.7%
G = 47.85%
B = 6.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#EAF521 (or 0xEAF521) is known color: Golden Fizz. HEX triplet: EA, F5 and 21. RGB value is (234,245,33). Sum of RGB (Red+Green+Blue) = 234+245+33=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 33 (13.28% from 255 or 6.45% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF521 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF521 is #150ADE. Grayscale: #DADADA. Windows color (decimal): -1379039 or 2225642. OLE color: 2225642.

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

Color convert

RGB 234 245 33 -
CMYK 0.04 0 0.87 0.04
HSL 63.11º 0.91% 0.55% -
HSV(B) 63.11º 0.87% 0.96% -
XYZ 66.86 82.91 13.92 -
YUV 217.54 23.86 139.74 -
System Red Green Blue C M Y K H S L
Decimal 234 245 33 0.04 0 0.87 0.04 63.11 0.91 0.55
Hex EA F5 21 4 0 57 4 3F 5B 37
Octal 352 365 41 4 0 127 4 77 133 67
Binary 11101010 11110101 100001 100 0 1010111 100 111111 1011011 110111

Color Harmonies of #EAF521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF521

Black with #EAF521

Text Example


Text Example

White with #EAF521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF521; }

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

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

background-color css

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

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

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

border-color css

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

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

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