Html Css Color HEX #EAE136 Golden Fizz

📋 copy color: '#EAE136'

red 234 ◦ green 225 ◦ blue 54

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

Shades of Golden Fizz #EAE136

Tints of Golden Fizz #EAE136

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.86%

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

R = 45.61%
G = 43.86%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EAE136 (or 0xEAE136) is known color: Golden Fizz. HEX triplet: EA, E1 and 36. RGB value is (234,225,54). Sum of RGB (Red+Green+Blue) = 234+225+54=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 54 (21.48% from 255 or 10.53% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE136 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE136 is #151EC9. Grayscale: #D0D0D0. Windows color (decimal): -1384138 or 3596778. OLE color: 3596778.

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

Color convert

RGB 234 225 54 -
CMYK 0 0.04 0.77 0.08
HSL 57º 0.81% 0.56% -
HSV(B) 57º 0.77% 0.92% -
XYZ 61.52 71.61 14.07 -
YUV 208.2 40.98 146.4 -
System Red Green Blue C M Y K H S L
Decimal 234 225 54 0 0.04 0.77 0.08 57 0.81 0.56
Hex EA E1 36 0 4 4D 8 39 51 38
Octal 352 341 66 0 4 115 10 71 121 70
Binary 11101010 11100001 110110 0 100 1001101 1000 111001 1010001 111000

Color Harmonies of #EAE136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE136

Black with #EAE136

Text Example


Text Example

White with #EAE136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE136; }

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

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

background-color css

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

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

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

border-color css

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

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

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