Html Css Color HEX #EAE51C Golden Fizz

📋 copy color: '#EAE51C'

red 234 ◦ green 229 ◦ blue 28

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

Shades of Golden Fizz #EAE51C

Tints of Golden Fizz #EAE51C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.64%

 BLUE value IS 28 (11.33% from 255) = 5.7%

R = 47.66%
G = 46.64%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAE51C (or 0xEAE51C) is known color: Golden Fizz. HEX triplet: EA, E5 and 1C. RGB value is (234,229,28). Sum of RGB (Red+Green+Blue) = 234+229+28=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 28 (11.33% from 255 or 5.70% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE51C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE51C is #151AE3. Grayscale: #D0D0D0. Windows color (decimal): -1383140 or 1893866. OLE color: 1893866.

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

Color convert

RGB 234 229 28 -
CMYK 0 0.02 0.88 0.08
HSL 58.54º 0.83% 0.51% -
HSV(B) 58.54º 0.88% 0.92% -
XYZ 62.16 73.61 12.03 -
YUV 207.58 26.66 146.84 -
System Red Green Blue C M Y K H S L
Decimal 234 229 28 0 0.02 0.88 0.08 58.54 0.83 0.51
Hex EA E5 1C 0 2 58 8 3B 53 33
Octal 352 345 34 0 2 130 10 73 123 63
Binary 11101010 11100101 11100 0 10 1011000 1000 111011 1010011 110011

Color Harmonies of #EAE51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE51C

Black with #EAE51C

Text Example


Text Example

White with #EAE51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE51C; }

 p { color: rgb(234,229,28); }

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

background-color css

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

 a { background-color: rgb(234,229,28); }

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

border-color css

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

 span { border-color: rgb(234,229,28); }

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