Html Css Color HEX #EAE726 Golden Fizz

📋 copy color: '#EAE726'

red 234 ◦ green 231 ◦ blue 38

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

Shades of Golden Fizz #EAE726

Tints of Golden Fizz #EAE726

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.92%

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

R = 46.52%
G = 45.92%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EAE726 (or 0xEAE726) is known color: Golden Fizz. HEX triplet: EA, E7 and 26. RGB value is (234,231,38). Sum of RGB (Red+Green+Blue) = 234+231+38=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 38 (15.23% from 255 or 7.55% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE726 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE726 is #1518D9. Grayscale: #D2D2D2. Windows color (decimal): -1382618 or 2549738. OLE color: 2549738.

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

Color convert

RGB 234 231 38 -
CMYK 0 0.01 0.84 0.08
HSL 59.08º 0.82% 0.53% -
HSV(B) 59.08º 0.84% 0.92% -
XYZ 62.86 74.78 12.96 -
YUV 209.9 30.99 145.19 -
System Red Green Blue C M Y K H S L
Decimal 234 231 38 0 0.01 0.84 0.08 59.08 0.82 0.53
Hex EA E7 26 0 1 54 8 3B 52 35
Octal 352 347 46 0 1 124 10 73 122 65
Binary 11101010 11100111 100110 0 1 1010100 1000 111011 1010010 110101

Color Harmonies of #EAE726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE726

Black with #EAE726

Text Example


Text Example

White with #EAE726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE726; }

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

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

background-color css

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

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

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

border-color css

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

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

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