Html Css Color HEX #EAFA30 Golden Fizz

📋 copy color: '#EAFA30'

red 234 ◦ green 250 ◦ blue 48

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

Shades of Golden Fizz #EAFA30

Tints of Golden Fizz #EAFA30

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.99%

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

R = 43.98%
G = 46.99%
B = 9.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#EAFA30 (or 0xEAFA30) is known color: Golden Fizz. HEX triplet: EA, FA and 30. RGB value is (234,250,48). Sum of RGB (Red+Green+Blue) = 234+250+48=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 48 (19.14% from 255 or 9.02% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFA30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFA30 is #1505CF. Grayscale: #DEDEDE. Windows color (decimal): -1377744 or 3209962. OLE color: 3209962.

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

Color convert

RGB 234 250 48 -
CMYK 0.06 0 0.81 0.02
HSL 64.75º 0.95% 0.58% -
HSV(B) 64.75º 0.81% 0.98% -
XYZ 68.65 86.08 15.79 -
YUV 222.19 29.7 136.43 -
System Red Green Blue C M Y K H S L
Decimal 234 250 48 0.06 0 0.81 0.02 64.75 0.95 0.58
Hex EA FA 30 6 0 51 2 41 5F 3A
Octal 352 372 60 6 0 121 2 101 137 72
Binary 11101010 11111010 110000 110 0 1010001 10 1000001 1011111 111010

Color Harmonies of #EAFA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFA30

Black with #EAFA30

Text Example


Text Example

White with #EAFA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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