Html Css Color HEX #EAF72F Golden Fizz

📋 copy color: '#EAF72F'

red 234 ◦ green 247 ◦ blue 47

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

Shades of Golden Fizz #EAF72F

Tints of Golden Fizz #EAF72F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.78%

 BLUE value IS 47 (18.75% from 255) = 8.9%

R = 44.32%
G = 46.78%
B = 8.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#EAF72F (or 0xEAF72F) is known color: Golden Fizz. HEX triplet: EA, F7 and 2F. RGB value is (234,247,47). Sum of RGB (Red+Green+Blue) = 234+247+47=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 247 (96.88% from 255 or 46.78% from 528); Blue value is 47 (18.75% from 255 or 8.90% from 528); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF72F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF72F is #1508D0. Grayscale: #DDDDDD. Windows color (decimal): -1378513 or 3143658. OLE color: 3143658.

HSL color Cylindrical-coordinate representation of color #EAF72F: hue angle of 63.9º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EAF72F is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 247 47 -
CMYK 0.05 0 0.81 0.03
HSL 63.9º 0.93% 0.58% -
HSV(B) 63.9º 0.81% 0.97% -
XYZ 67.71 84.22 15.38 -
YUV 220.31 30.19 137.76 -
System Red Green Blue C M Y K H S L
Decimal 234 247 47 0.05 0 0.81 0.03 63.9 0.93 0.58
Hex EA F7 2F 5 0 51 3 40 5D 3A
Octal 352 367 57 5 0 121 3 100 135 72
Binary 11101010 11110111 101111 101 0 1010001 11 1000000 1011101 111010

Color Harmonies of #EAF72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF72F

Black with #EAF72F

Text Example


Text Example

White with #EAF72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF72F; }

 p { color: rgb(234,247,47); }

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

background-color css

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

 a { background-color: rgb(234,247,47); }

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

border-color css

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

 span { border-color: rgb(234,247,47); }

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