Html Css Color HEX #EAD636 Golden Fizz

📋 copy color: '#EAD636'

red 234 ◦ green 214 ◦ blue 54

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

Shades of Golden Fizz #EAD636

Tints of Golden Fizz #EAD636

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.63%

 BLUE value IS 54 (21.48% from 255) = 10.76%

R = 46.61%
G = 42.63%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EAD636 (or 0xEAD636) is known color: Golden Fizz. HEX triplet: EA, D6 and 36. RGB value is (234,214,54). Sum of RGB (Red+Green+Blue) = 234+214+54=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 54 (21.48% from 255 or 10.76% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD636 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD636 is #1529C9. Grayscale: #CACACA. Windows color (decimal): -1386954 or 3593962. OLE color: 3593962.

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

Color convert

RGB 234 214 54 -
CMYK 0 0.09 0.77 0.08
HSL 53.33º 0.81% 0.56% -
HSV(B) 53.33º 0.77% 0.92% -
XYZ 58.64 65.85 13.11 -
YUV 201.74 44.63 151.01 -
System Red Green Blue C M Y K H S L
Decimal 234 214 54 0 0.09 0.77 0.08 53.33 0.81 0.56
Hex EA D6 36 0 9 4D 8 35 51 38
Octal 352 326 66 0 11 115 10 65 121 70
Binary 11101010 11010110 110110 0 1001 1001101 1000 110101 1010001 111000

Color Harmonies of #EAD636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD636

Black with #EAD636

Text Example


Text Example

White with #EAD636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD636; }

 p { color: rgb(234,214,54); }

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

background-color css

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

 a { background-color: rgb(234,214,54); }

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

border-color css

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

 span { border-color: rgb(234,214,54); }

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