Html Css Color HEX #EAD731 Golden Fizz

📋 copy color: '#EAD731'

red 234 ◦ green 215 ◦ blue 49

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

Shades of Golden Fizz #EAD731

Tints of Golden Fizz #EAD731

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.17%

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

R = 46.99%
G = 43.17%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAD731 (or 0xEAD731) is known color: Golden Fizz. HEX triplet: EA, D7 and 31. RGB value is (234,215,49). Sum of RGB (Red+Green+Blue) = 234+215+49=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 49 (19.53% from 255 or 9.84% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD731 is #1528CE. Grayscale: #CACACA. Windows color (decimal): -1386703 or 3266538. OLE color: 3266538.

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

Color convert

RGB 234 215 49 -
CMYK 0 0.08 0.79 0.08
HSL 53.84º 0.81% 0.55% -
HSV(B) 53.84º 0.79% 0.92% -
XYZ 58.79 66.32 12.61 -
YUV 201.76 41.79 151 -
System Red Green Blue C M Y K H S L
Decimal 234 215 49 0 0.08 0.79 0.08 53.84 0.81 0.55
Hex EA D7 31 0 8 4F 8 36 51 37
Octal 352 327 61 0 10 117 10 66 121 67
Binary 11101010 11010111 110001 0 1000 1001111 1000 110110 1010001 110111

Color Harmonies of #EAD731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD731

Black with #EAD731

Text Example


Text Example

White with #EAD731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD731; }

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

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

background-color css

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

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

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

border-color css

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

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

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