Html Css Color HEX #EAD736 Golden Fizz

📋 copy color: '#EAD736'

red 234 ◦ green 215 ◦ blue 54

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

Shades of Golden Fizz #EAD736

Tints of Golden Fizz #EAD736

RGB

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

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

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

R = 46.52%
G = 42.74%
B = 10.74%

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

#EAD736 (or 0xEAD736) is known color: Golden Fizz. HEX triplet: EA, D7 and 36. RGB value is (234,215,54). Sum of RGB (Red+Green+Blue) = 234+215+54=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 54 (21.48% from 255 or 10.74% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD736 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD736 is #1528C9. Grayscale: #CACACA. Windows color (decimal): -1386698 or 3594218. OLE color: 3594218.

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

Color convert

RGB 234 215 54 -
CMYK 0 0.08 0.77 0.08
HSL 53.67º 0.81% 0.56% -
HSV(B) 53.67º 0.77% 0.92% -
XYZ 58.9 66.36 13.19 -
YUV 202.33 44.29 150.59 -
System Red Green Blue C M Y K H S L
Decimal 234 215 54 0 0.08 0.77 0.08 53.67 0.81 0.56
Hex EA D7 36 0 8 4D 8 36 51 38
Octal 352 327 66 0 10 115 10 66 121 70
Binary 11101010 11010111 110110 0 1000 1001101 1000 110110 1010001 111000

Color Harmonies of #EAD736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD736

Black with #EAD736

Text Example


Text Example

White with #EAD736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD736; }

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

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

background-color css

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

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

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

border-color css

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

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

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