Html Css Color HEX #EAE830 Golden Fizz

📋 copy color: '#EAE830'

red 234 ◦ green 232 ◦ blue 48

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

Shades of Golden Fizz #EAE830

Tints of Golden Fizz #EAE830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.34%

R = 45.53%
G = 45.14%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAE830 (or 0xEAE830) is known color: Golden Fizz. HEX triplet: EA, E8 and 30. RGB value is (234,232,48). Sum of RGB (Red+Green+Blue) = 234+232+48=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 48 (19.14% from 255 or 9.34% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE830 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE830 is #1517CF. Grayscale: #D4D4D4. Windows color (decimal): -1382352 or 3205354. OLE color: 3205354.

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

Color convert

RGB 234 232 48 -
CMYK 0 0.01 0.79 0.08
HSL 59.35º 0.82% 0.55% -
HSV(B) 59.35º 0.79% 0.92% -
XYZ 63.32 75.42 14.02 -
YUV 211.62 35.66 143.96 -
System Red Green Blue C M Y K H S L
Decimal 234 232 48 0 0.01 0.79 0.08 59.35 0.82 0.55
Hex EA E8 30 0 1 4F 8 3B 52 37
Octal 352 350 60 0 1 117 10 73 122 67
Binary 11101010 11101000 110000 0 1 1001111 1000 111011 1010010 110111

Color Harmonies of #EAE830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE830

Black with #EAE830

Text Example


Text Example

White with #EAE830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE830; }

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

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

background-color css

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

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

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

border-color css

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

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

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