Html Css Color HEX #EAF830 Golden Fizz

📋 copy color: '#EAF830'

red 234 ◦ green 248 ◦ blue 48

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

Shades of Golden Fizz #EAF830

Tints of Golden Fizz #EAF830

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.79%

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

R = 44.15%
G = 46.79%
B = 9.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#EAF830 (or 0xEAF830) is known color: Golden Fizz. HEX triplet: EA, F8 and 30. RGB value is (234,248,48). Sum of RGB (Red+Green+Blue) = 234+248+48=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 48 (19.14% from 255 or 9.06% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF830 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF830 is #1507CF. Grayscale: #DDDDDD. Windows color (decimal): -1378256 or 3209450. OLE color: 3209450.

HSL color Cylindrical-coordinate representation of color #EAF830: hue angle of 64.2º 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 #EAF830 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 248 48 -
CMYK 0.06 0 0.81 0.03
HSL 64.2º 0.93% 0.58% -
HSV(B) 64.2º 0.81% 0.97% -
XYZ 68.03 84.84 15.59 -
YUV 221.01 30.36 137.26 -
System Red Green Blue C M Y K H S L
Decimal 234 248 48 0.06 0 0.81 0.03 64.2 0.93 0.58
Hex EA F8 30 6 0 51 3 40 5D 3A
Octal 352 370 60 6 0 121 3 100 135 72
Binary 11101010 11111000 110000 110 0 1010001 11 1000000 1011101 111010

Color Harmonies of #EAF830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF830

Black with #EAF830

Text Example


Text Example

White with #EAF830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF830; }

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

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

background-color css

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

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

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

border-color css

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

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

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