Html Css Color HEX #EAE51E Golden Fizz

📋 copy color: '#EAE51E'

red 234 ◦ green 229 ◦ blue 30

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

Shades of Golden Fizz #EAE51E

Tints of Golden Fizz #EAE51E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.09%

R = 47.46%
G = 46.45%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EAE51E (or 0xEAE51E) is known color: Golden Fizz. HEX triplet: EA, E5 and 1E. RGB value is (234,229,30). Sum of RGB (Red+Green+Blue) = 234+229+30=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 30 (12.11% from 255 or 6.09% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE51E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE51E is #151AE1. Grayscale: #D0D0D0. Windows color (decimal): -1383138 or 2024938. OLE color: 2024938.

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

Color convert

RGB 234 229 30 -
CMYK 0 0.02 0.87 0.08
HSL 58.53º 0.83% 0.52% -
HSV(B) 58.53º 0.87% 0.92% -
XYZ 62.19 73.62 12.16 -
YUV 207.81 27.66 146.68 -
System Red Green Blue C M Y K H S L
Decimal 234 229 30 0 0.02 0.87 0.08 58.53 0.83 0.52
Hex EA E5 1E 0 2 57 8 3B 53 34
Octal 352 345 36 0 2 127 10 73 123 64
Binary 11101010 11100101 11110 0 10 1010111 1000 111011 1010011 110100

Color Harmonies of #EAE51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE51E

Black with #EAE51E

Text Example


Text Example

White with #EAE51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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