Html Css Color HEX #EAD936 Golden Fizz

📋 copy color: '#EAD936'

red 234 ◦ green 217 ◦ blue 54

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

Shades of Golden Fizz #EAD936

Tints of Golden Fizz #EAD936

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.97%

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

R = 46.34%
G = 42.97%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EAD936 (or 0xEAD936) is known color: Golden Fizz. HEX triplet: EA, D9 and 36. RGB value is (234,217,54). Sum of RGB (Red+Green+Blue) = 234+217+54=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 54 (21.48% from 255 or 10.69% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD936 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD936 is #1526C9. Grayscale: #CCCCCC. Windows color (decimal): -1386186 or 3594730. OLE color: 3594730.

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

Color convert

RGB 234 217 54 -
CMYK 0 0.07 0.77 0.08
HSL 54.33º 0.81% 0.56% -
HSV(B) 54.33º 0.77% 0.92% -
XYZ 59.41 67.38 13.37 -
YUV 203.5 43.63 149.75 -
System Red Green Blue C M Y K H S L
Decimal 234 217 54 0 0.07 0.77 0.08 54.33 0.81 0.56
Hex EA D9 36 0 7 4D 8 36 51 38
Octal 352 331 66 0 7 115 10 66 121 70
Binary 11101010 11011001 110110 0 111 1001101 1000 110110 1010001 111000

Color Harmonies of #EAD936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD936

Black with #EAD936

Text Example


Text Example

White with #EAD936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD936; }

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

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

background-color css

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

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

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

border-color css

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

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

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