Html Css Color HEX #EAE831 Golden Fizz

📋 copy color: '#EAE831'

red 234 ◦ green 232 ◦ blue 49

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

Shades of Golden Fizz #EAE831

Tints of Golden Fizz #EAE831

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.05%

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

R = 45.44%
G = 45.05%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAE831 (or 0xEAE831) is known color: Golden Fizz. HEX triplet: EA, E8 and 31. RGB value is (234,232,49). Sum of RGB (Red+Green+Blue) = 234+232+49=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 49 (19.53% from 255 or 9.51% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE831 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE831 is #1517CE. Grayscale: #D4D4D4. Windows color (decimal): -1382351 or 3270890. OLE color: 3270890.

HSL color Cylindrical-coordinate representation of color #EAE831: hue angle of 59.35º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAE831 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 232 49 -
CMYK 0 0.01 0.79 0.08
HSL 59.35º 0.81% 0.55% -
HSV(B) 59.35º 0.79% 0.92% -
XYZ 63.34 75.43 14.13 -
YUV 211.74 36.16 143.88 -
System Red Green Blue C M Y K H S L
Decimal 234 232 49 0 0.01 0.79 0.08 59.35 0.81 0.55
Hex EA E8 31 0 1 4F 8 3B 51 37
Octal 352 350 61 0 1 117 10 73 121 67
Binary 11101010 11101000 110001 0 1 1001111 1000 111011 1010001 110111

Color Harmonies of #EAE831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE831

Black with #EAE831

Text Example


Text Example

White with #EAE831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE831; }

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

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

background-color css

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

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

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

border-color css

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

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

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