Html Css Color HEX #EAF120 Golden Fizz

📋 copy color: '#EAF120'

red 234 ◦ green 241 ◦ blue 32

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

Shades of Golden Fizz #EAF120

Tints of Golden Fizz #EAF120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.53%

 BLUE value IS 32 (12.89% from 255) = 6.31%

R = 46.15%
G = 47.53%
B = 6.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#EAF120 (or 0xEAF120) is known color: Golden Fizz. HEX triplet: EA, F1 and 20. RGB value is (234,241,32). Sum of RGB (Red+Green+Blue) = 234+241+32=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 32 (12.89% from 255 or 6.31% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF120 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF120 is #150EDF. Grayscale: #D7D7D7. Windows color (decimal): -1380064 or 2159082. OLE color: 2159082.

HSL color Cylindrical-coordinate representation of color #EAF120: hue angle of 62.01º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EAF120 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 241 32 -
CMYK 0.03 0 0.87 0.05
HSL 62.01º 0.88% 0.54% -
HSV(B) 62.01º 0.87% 0.95% -
XYZ 65.65 80.51 13.45 -
YUV 215.08 24.68 141.49 -
System Red Green Blue C M Y K H S L
Decimal 234 241 32 0.03 0 0.87 0.05 62.01 0.88 0.54
Hex EA F1 20 3 0 57 5 3E 58 36
Octal 352 361 40 3 0 127 5 76 130 66
Binary 11101010 11110001 100000 11 0 1010111 101 111110 1011000 110110

Color Harmonies of #EAF120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF120

Black with #EAF120

Text Example


Text Example

White with #EAF120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF120; }

 p { color: rgb(234,241,32); }

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

background-color css

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

 a { background-color: rgb(234,241,32); }

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

border-color css

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

 span { border-color: rgb(234,241,32); }

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