Html Css Color HEX #EAFB30 Golden Fizz

📋 copy color: '#EAFB30'

red 234 ◦ green 251 ◦ blue 48

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

Shades of Golden Fizz #EAFB30

Tints of Golden Fizz #EAFB30

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.09%

 BLUE value IS 48 (19.14% from 255) = 9.01%

R = 43.9%
G = 47.09%
B = 9.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#EAFB30 (or 0xEAFB30) is known color: Golden Fizz. HEX triplet: EA, FB and 30. RGB value is (234,251,48). Sum of RGB (Red+Green+Blue) = 234+251+48=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 48 (19.14% from 255 or 9.01% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFB30 is #1504CF. Grayscale: #DFDFDF. Windows color (decimal): -1377488 or 3210218. OLE color: 3210218.

HSL color Cylindrical-coordinate representation of color #EAFB30: hue angle of 65.02º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EAFB30 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 251 48 -
CMYK 0.07 0 0.81 0.02
HSL 65.02º 0.96% 0.59% -
HSV(B) 65.02º 0.81% 0.98% -
XYZ 68.96 86.7 15.9 -
YUV 222.78 29.37 136.01 -
System Red Green Blue C M Y K H S L
Decimal 234 251 48 0.07 0 0.81 0.02 65.02 0.96 0.59
Hex EA FB 30 7 0 51 2 41 60 3B
Octal 352 373 60 7 0 121 2 101 140 73
Binary 11101010 11111011 110000 111 0 1010001 10 1000001 1100000 111011

Color Harmonies of #EAFB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFB30

Black with #EAFB30

Text Example


Text Example

White with #EAFB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFB30; }

 p { color: rgb(234,251,48); }

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

background-color css

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

 a { background-color: rgb(234,251,48); }

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

border-color css

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

 span { border-color: rgb(234,251,48); }

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