Html Css Color HEX #EAD139 Golden Fizz

📋 copy color: '#EAD139'

red 234 ◦ green 209 ◦ blue 57

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

Shades of Golden Fizz #EAD139

Tints of Golden Fizz #EAD139

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.8%

 BLUE value IS 57 (22.66% from 255) = 11.4%

R = 46.8%
G = 41.8%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EAD139 (or 0xEAD139) is known color: Golden Fizz. HEX triplet: EA, D1 and 39. RGB value is (234,209,57). Sum of RGB (Red+Green+Blue) = 234+209+57=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 57 (22.66% from 255 or 11.4% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD139 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD139 is #152EC6. Grayscale: #C7C7C7. Windows color (decimal): -1388231 or 3789290. OLE color: 3789290.

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

Color convert

RGB 234 209 57 -
CMYK 0 0.11 0.76 0.08
HSL 51.53º 0.81% 0.57% -
HSV(B) 51.53º 0.76% 0.92% -
XYZ 57.47 63.39 13.08 -
YUV 199.15 47.78 152.86 -
System Red Green Blue C M Y K H S L
Decimal 234 209 57 0 0.11 0.76 0.08 51.53 0.81 0.57
Hex EA D1 39 0 B 4C 8 34 51 39
Octal 352 321 71 0 13 114 10 64 121 71
Binary 11101010 11010001 111001 0 1011 1001100 1000 110100 1010001 111001

Color Harmonies of #EAD139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD139

Black with #EAD139

Text Example


Text Example

White with #EAD139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD139; }

 p { color: rgb(234,209,57); }

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

background-color css

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

 a { background-color: rgb(234,209,57); }

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

border-color css

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

 span { border-color: rgb(234,209,57); }

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