Html Css Color HEX #EAE526 Golden Fizz

📋 copy color: '#EAE526'

red 234 ◦ green 229 ◦ blue 38

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

Shades of Golden Fizz #EAE526

Tints of Golden Fizz #EAE526

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.71%

 BLUE value IS 38 (15.23% from 255) = 7.58%

R = 46.71%
G = 45.71%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EAE526 (or 0xEAE526) is known color: Golden Fizz. HEX triplet: EA, E5 and 26. RGB value is (234,229,38). Sum of RGB (Red+Green+Blue) = 234+229+38=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 38 (15.23% from 255 or 7.58% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE526 is #151AD9. Grayscale: #D1D1D1. Windows color (decimal): -1383130 or 2549226. OLE color: 2549226.

HSL color Cylindrical-coordinate representation of color #EAE526: hue angle of 58.47º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EAE526 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 229 38 -
CMYK 0 0.02 0.84 0.08
HSL 58.47º 0.82% 0.53% -
HSV(B) 58.47º 0.84% 0.92% -
XYZ 62.3 73.67 12.77 -
YUV 208.72 31.66 146.03 -
System Red Green Blue C M Y K H S L
Decimal 234 229 38 0 0.02 0.84 0.08 58.47 0.82 0.53
Hex EA E5 26 0 2 54 8 3A 52 35
Octal 352 345 46 0 2 124 10 72 122 65
Binary 11101010 11100101 100110 0 10 1010100 1000 111010 1010010 110101

Color Harmonies of #EAE526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE526

Black with #EAE526

Text Example


Text Example

White with #EAE526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE526; }

 p { color: rgb(234,229,38); }

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

background-color css

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

 a { background-color: rgb(234,229,38); }

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

border-color css

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

 span { border-color: rgb(234,229,38); }

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