Html Css Color HEX #EAF831 Golden Fizz

📋 copy color: '#EAF831'

red 234 ◦ green 248 ◦ blue 49

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

Shades of Golden Fizz #EAF831

Tints of Golden Fizz #EAF831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.23%

R = 44.07%
G = 46.7%
B = 9.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#EAF831 (or 0xEAF831) is known color: Golden Fizz. HEX triplet: EA, F8 and 31. RGB value is (234,248,49). Sum of RGB (Red+Green+Blue) = 234+248+49=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 49 (19.53% from 255 or 9.23% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF831 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF831 is #1507CE. Grayscale: #DDDDDD. Windows color (decimal): -1378255 or 3274986. OLE color: 3274986.

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

Color convert

RGB 234 248 49 -
CMYK 0.06 0 0.80 0.03
HSL 64.22º 0.93% 0.58% -
HSV(B) 64.22º 0.8% 0.97% -
XYZ 68.05 84.85 15.7 -
YUV 221.13 30.86 137.18 -
System Red Green Blue C M Y K H S L
Decimal 234 248 49 0.06 0 0.80 0.03 64.22 0.93 0.58
Hex EA F8 31 6 0 50 3 40 5D 3A
Octal 352 370 61 6 0 120 3 100 135 72
Binary 11101010 11111000 110001 110 0 1010000 11 1000000 1011101 111010

Color Harmonies of #EAF831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF831

Black with #EAF831

Text Example


Text Example

White with #EAF831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF831; }

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

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

background-color css

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

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

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

border-color css

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

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

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