Html Css Color HEX #EAE629 Golden Fizz

📋 copy color: '#EAE629'

red 234 ◦ green 230 ◦ blue 41

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

Shades of Golden Fizz #EAE629

Tints of Golden Fizz #EAE629

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.54%

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

R = 46.34%
G = 45.54%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EAE629 (or 0xEAE629) is known color: Golden Fizz. HEX triplet: EA, E6 and 29. RGB value is (234,230,41). Sum of RGB (Red+Green+Blue) = 234+230+41=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 41 (16.41% from 255 or 8.12% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE629 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE629 is #1519D6. Grayscale: #D2D2D2. Windows color (decimal): -1382871 or 2746090. OLE color: 2746090.

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

Color convert

RGB 234 230 41 -
CMYK 0 0.02 0.82 0.08
HSL 58.76º 0.82% 0.54% -
HSV(B) 58.76º 0.82% 0.92% -
XYZ 62.63 74.25 13.13 -
YUV 209.65 32.83 145.37 -
System Red Green Blue C M Y K H S L
Decimal 234 230 41 0 0.02 0.82 0.08 58.76 0.82 0.54
Hex EA E6 29 0 2 52 8 3B 52 36
Octal 352 346 51 0 2 122 10 73 122 66
Binary 11101010 11100110 101001 0 10 1010010 1000 111011 1010010 110110

Color Harmonies of #EAE629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE629

Black with #EAE629

Text Example


Text Example

White with #EAE629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE629; }

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

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

background-color css

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

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

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

border-color css

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

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

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