Html Css Color HEX #EAE431 Golden Fizz

📋 copy color: '#EAE431'

red 234 ◦ green 228 ◦ blue 49

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

Shades of Golden Fizz #EAE431

Tints of Golden Fizz #EAE431

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.62%

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

R = 45.79%
G = 44.62%
B = 9.59%

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

#EAE431 (or 0xEAE431) is known color: Golden Fizz. HEX triplet: EA, E4 and 31. RGB value is (234,228,49). Sum of RGB (Red+Green+Blue) = 234+228+49=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 49 (19.53% from 255 or 9.59% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE431 is #151BCE. Grayscale: #D2D2D2. Windows color (decimal): -1383375 or 3269866. OLE color: 3269866.

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

Color convert

RGB 234 228 49 -
CMYK 0 0.03 0.79 0.08
HSL 58.05º 0.81% 0.55% -
HSV(B) 58.05º 0.79% 0.92% -
XYZ 62.23 73.2 13.76 -
YUV 209.39 37.49 145.55 -
System Red Green Blue C M Y K H S L
Decimal 234 228 49 0 0.03 0.79 0.08 58.05 0.81 0.55
Hex EA E4 31 0 3 4F 8 3A 51 37
Octal 352 344 61 0 3 117 10 72 121 67
Binary 11101010 11100100 110001 0 11 1001111 1000 111010 1010001 110111

Color Harmonies of #EAE431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE431

Black with #EAE431

Text Example


Text Example

White with #EAE431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE431; }

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

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

background-color css

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

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

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

border-color css

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

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

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