Html Css Color HEX #EAE430 Golden Fizz

📋 copy color: '#EAE430'

red 234 ◦ green 228 ◦ blue 48

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

Shades of Golden Fizz #EAE430

Tints of Golden Fizz #EAE430

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.71%

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

R = 45.88%
G = 44.71%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAE430 (or 0xEAE430) is known color: Golden Fizz. HEX triplet: EA, E4 and 30. RGB value is (234,228,48). Sum of RGB (Red+Green+Blue) = 234+228+48=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 48 (19.14% from 255 or 9.41% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE430 is #151BCF. Grayscale: #D1D1D1. Windows color (decimal): -1383376 or 3204330. OLE color: 3204330.

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

Color convert

RGB 234 228 48 -
CMYK 0 0.03 0.79 0.08
HSL 58.06º 0.82% 0.55% -
HSV(B) 58.06º 0.79% 0.92% -
XYZ 62.21 73.19 13.65 -
YUV 209.27 36.99 145.64 -
System Red Green Blue C M Y K H S L
Decimal 234 228 48 0 0.03 0.79 0.08 58.06 0.82 0.55
Hex EA E4 30 0 3 4F 8 3A 52 37
Octal 352 344 60 0 3 117 10 72 122 67
Binary 11101010 11100100 110000 0 11 1001111 1000 111010 1010010 110111

Color Harmonies of #EAE430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE430

Black with #EAE430

Text Example


Text Example

White with #EAE430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE430; }

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

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

background-color css

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

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

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

border-color css

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

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

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