Html Css Color HEX #EAE729 Golden Fizz

📋 copy color: '#EAE729'

red 234 ◦ green 231 ◦ blue 41

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

Shades of Golden Fizz #EAE729

Tints of Golden Fizz #EAE729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.1%

R = 46.25%
G = 45.65%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EAE729 (or 0xEAE729) is known color: Golden Fizz. HEX triplet: EA, E7 and 29. RGB value is (234,231,41). Sum of RGB (Red+Green+Blue) = 234+231+41=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 41 (16.41% from 255 or 8.10% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE729 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE729 is #1518D6. Grayscale: #D3D3D3. Windows color (decimal): -1382615 or 2746346. OLE color: 2746346.

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

Color convert

RGB 234 231 41 -
CMYK 0 0.01 0.82 0.08
HSL 59.07º 0.82% 0.54% -
HSV(B) 59.07º 0.82% 0.92% -
XYZ 62.91 74.8 13.22 -
YUV 210.24 32.49 144.95 -
System Red Green Blue C M Y K H S L
Decimal 234 231 41 0 0.01 0.82 0.08 59.07 0.82 0.54
Hex EA E7 29 0 1 52 8 3B 52 36
Octal 352 347 51 0 1 122 10 73 122 66
Binary 11101010 11100111 101001 0 1 1010010 1000 111011 1010010 110110

Color Harmonies of #EAE729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE729

Black with #EAE729

Text Example


Text Example

White with #EAE729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE729; }

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

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

background-color css

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

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

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

border-color css

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

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

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