Html Css Color HEX #EAE331 Golden Fizz

📋 copy color: '#EAE331'

red 234 ◦ green 227 ◦ blue 49

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

Shades of Golden Fizz #EAE331

Tints of Golden Fizz #EAE331

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.51%

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

R = 45.88%
G = 44.51%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAE331 (or 0xEAE331) is known color: Golden Fizz. HEX triplet: EA, E3 and 31. RGB value is (234,227,49). Sum of RGB (Red+Green+Blue) = 234+227+49=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 49 (19.53% from 255 or 9.61% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE331 is #151CCE. Grayscale: #D1D1D1. Windows color (decimal): -1383631 or 3269610. OLE color: 3269610.

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

Color convert

RGB 234 227 49 -
CMYK 0 0.03 0.79 0.08
HSL 57.73º 0.81% 0.55% -
HSV(B) 57.73º 0.79% 0.92% -
XYZ 61.96 72.65 13.66 -
YUV 208.8 37.82 145.97 -
System Red Green Blue C M Y K H S L
Decimal 234 227 49 0 0.03 0.79 0.08 57.73 0.81 0.55
Hex EA E3 31 0 3 4F 8 3A 51 37
Octal 352 343 61 0 3 117 10 72 121 67
Binary 11101010 11100011 110001 0 11 1001111 1000 111010 1010001 110111

Color Harmonies of #EAE331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE331

Black with #EAE331

Text Example


Text Example

White with #EAE331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE331; }

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

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

background-color css

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

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

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

border-color css

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

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

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