Html Css Color HEX #EAE720 Golden Fizz

📋 copy color: '#EAE720'

red 234 ◦ green 231 ◦ blue 32

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

Shades of Golden Fizz #EAE720

Tints of Golden Fizz #EAE720

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.48%

 BLUE value IS 32 (12.89% from 255) = 6.44%

R = 47.08%
G = 46.48%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAE720 (or 0xEAE720) is known color: Golden Fizz. HEX triplet: EA, E7 and 20. RGB value is (234,231,32). Sum of RGB (Red+Green+Blue) = 234+231+32=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 32 (12.89% from 255 or 6.44% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE720 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE720 is #1518DF. Grayscale: #D2D2D2. Windows color (decimal): -1382624 or 2156522. OLE color: 2156522.

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

Color convert

RGB 234 231 32 -
CMYK 0 0.01 0.86 0.08
HSL 59.11º 0.83% 0.52% -
HSV(B) 59.11º 0.86% 0.92% -
XYZ 62.77 74.75 12.49 -
YUV 209.21 27.99 145.68 -
System Red Green Blue C M Y K H S L
Decimal 234 231 32 0 0.01 0.86 0.08 59.11 0.83 0.52
Hex EA E7 20 0 1 56 8 3B 53 34
Octal 352 347 40 0 1 126 10 73 123 64
Binary 11101010 11100111 100000 0 1 1010110 1000 111011 1010011 110100

Color Harmonies of #EAE720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE720

Black with #EAE720

Text Example


Text Example

White with #EAE720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE720; }

 p { color: rgb(234,231,32); }

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

background-color css

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

 a { background-color: rgb(234,231,32); }

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

border-color css

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

 span { border-color: rgb(234,231,32); }

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