Html Css Color HEX #EAD836 Golden Fizz

📋 copy color: '#EAD836'

red 234 ◦ green 216 ◦ blue 54

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

Shades of Golden Fizz #EAD836

Tints of Golden Fizz #EAD836

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.86%

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

R = 46.43%
G = 42.86%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EAD836 (or 0xEAD836) is known color: Golden Fizz. HEX triplet: EA, D8 and 36. RGB value is (234,216,54). Sum of RGB (Red+Green+Blue) = 234+216+54=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 54 (21.48% from 255 or 10.71% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD836 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD836 is #1527C9. Grayscale: #CBCBCB. Windows color (decimal): -1386442 or 3594474. OLE color: 3594474.

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

Color convert

RGB 234 216 54 -
CMYK 0 0.08 0.77 0.08
HSL 54º 0.81% 0.56% -
HSV(B) 54º 0.77% 0.92% -
XYZ 59.15 66.87 13.28 -
YUV 202.91 43.96 150.17 -
System Red Green Blue C M Y K H S L
Decimal 234 216 54 0 0.08 0.77 0.08 54 0.81 0.56
Hex EA D8 36 0 8 4D 8 36 51 38
Octal 352 330 66 0 10 115 10 66 121 70
Binary 11101010 11011000 110110 0 1000 1001101 1000 110110 1010001 111000

Color Harmonies of #EAD836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD836

Black with #EAD836

Text Example


Text Example

White with #EAD836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD836; }

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

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

background-color css

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

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

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

border-color css

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

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

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