Html Css Color HEX #EAF621 Golden Fizz

📋 copy color: '#EAF621'

red 234 ◦ green 246 ◦ blue 33

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

Shades of Golden Fizz #EAF621

Tints of Golden Fizz #EAF621

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.95%

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

R = 45.61%
G = 47.95%
B = 6.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#EAF621 (or 0xEAF621) is known color: Golden Fizz. HEX triplet: EA, F6 and 21. RGB value is (234,246,33). Sum of RGB (Red+Green+Blue) = 234+246+33=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 33 (13.28% from 255 or 6.43% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF621 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF621 is #1509DE. Grayscale: #DADADA. Windows color (decimal): -1378783 or 2225898. OLE color: 2225898.

HSL color Cylindrical-coordinate representation of color #EAF621: hue angle of 63.38º degrees, saturation: 0.92, 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 #EAF621 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 246 33 -
CMYK 0.05 0 0.87 0.04
HSL 63.38º 0.92% 0.55% -
HSV(B) 63.38º 0.87% 0.96% -
XYZ 67.16 83.51 14.02 -
YUV 218.13 23.52 139.32 -
System Red Green Blue C M Y K H S L
Decimal 234 246 33 0.05 0 0.87 0.04 63.38 0.92 0.55
Hex EA F6 21 5 0 57 4 3F 5C 37
Octal 352 366 41 5 0 127 4 77 134 67
Binary 11101010 11110110 100001 101 0 1010111 100 111111 1011100 110111

Color Harmonies of #EAF621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF621

Black with #EAF621

Text Example


Text Example

White with #EAF621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF621; }

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

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

background-color css

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

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

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

border-color css

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

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

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