Html Css Color HEX #EAE828 Golden Fizz

📋 copy color: '#EAE828'

red 234 ◦ green 232 ◦ blue 40

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

Shades of Golden Fizz #EAE828

Tints of Golden Fizz #EAE828

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.85%

 BLUE value IS 40 (16.02% from 255) = 7.91%

R = 46.25%
G = 45.85%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EAE828 (or 0xEAE828) is known color: Golden Fizz. HEX triplet: EA, E8 and 28. RGB value is (234,232,40). Sum of RGB (Red+Green+Blue) = 234+232+40=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 232 (91.02% from 255 or 45.85% from 506); Blue value is 40 (16.02% from 255 or 7.91% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE828 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE828 is #1517D7. Grayscale: #D3D3D3. Windows color (decimal): -1382360 or 2681066. OLE color: 2681066.

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

Color convert

RGB 234 232 40 -
CMYK 0 0.01 0.83 0.08
HSL 59.38º 0.82% 0.54% -
HSV(B) 59.38º 0.83% 0.92% -
XYZ 63.17 75.36 13.22 -
YUV 210.71 31.66 144.61 -
System Red Green Blue C M Y K H S L
Decimal 234 232 40 0 0.01 0.83 0.08 59.38 0.82 0.54
Hex EA E8 28 0 1 53 8 3B 52 36
Octal 352 350 50 0 1 123 10 73 122 66
Binary 11101010 11101000 101000 0 1 1010011 1000 111011 1010010 110110

Color Harmonies of #EAE828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE828

Black with #EAE828

Text Example


Text Example

White with #EAE828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE828; }

 p { color: rgb(234,232,40); }

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

background-color css

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

 a { background-color: rgb(234,232,40); }

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

border-color css

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

 span { border-color: rgb(234,232,40); }

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