Html Css Color HEX #EAE426 Golden Fizz

📋 copy color: '#EAE426'

red 234 ◦ green 228 ◦ blue 38

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

Shades of Golden Fizz #EAE426

Tints of Golden Fizz #EAE426

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.6%

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

R = 46.8%
G = 45.6%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EAE426 (or 0xEAE426) is known color: Golden Fizz. HEX triplet: EA, E4 and 26. RGB value is (234,228,38). Sum of RGB (Red+Green+Blue) = 234+228+38=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 38 (15.23% from 255 or 7.6% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE426 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE426 is #151BD9. Grayscale: #D0D0D0. Windows color (decimal): -1383386 or 2548970. OLE color: 2548970.

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

Color convert

RGB 234 228 38 -
CMYK 0 0.03 0.84 0.08
HSL 58.16º 0.82% 0.53% -
HSV(B) 58.16º 0.84% 0.92% -
XYZ 62.02 73.12 12.68 -
YUV 208.13 31.99 146.45 -
System Red Green Blue C M Y K H S L
Decimal 234 228 38 0 0.03 0.84 0.08 58.16 0.82 0.53
Hex EA E4 26 0 3 54 8 3A 52 35
Octal 352 344 46 0 3 124 10 72 122 65
Binary 11101010 11100100 100110 0 11 1010100 1000 111010 1010010 110101

Color Harmonies of #EAE426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE426

Black with #EAE426

Text Example


Text Example

White with #EAE426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE426; }

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

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

background-color css

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

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

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

border-color css

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

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

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