Html Css Color HEX #EAE821 Golden Fizz

📋 copy color: '#EAE821'

red 234 ◦ green 232 ◦ blue 33

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

Shades of Golden Fizz #EAE821

Tints of Golden Fizz #EAE821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.61%

R = 46.89%
G = 46.49%
B = 6.61%

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

#EAE821 (or 0xEAE821) is known color: Golden Fizz. HEX triplet: EA, E8 and 21. RGB value is (234,232,33). Sum of RGB (Red+Green+Blue) = 234+232+33=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 33 (13.28% from 255 or 6.61% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE821 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE821 is #1517DE. Grayscale: #D2D2D2. Windows color (decimal): -1382367 or 2222314. OLE color: 2222314.

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

Color convert

RGB 234 232 33 -
CMYK 0 0.01 0.86 0.08
HSL 59.4º 0.83% 0.52% -
HSV(B) 59.4º 0.86% 0.92% -
XYZ 63.06 75.32 12.65 -
YUV 209.91 28.16 145.18 -
System Red Green Blue C M Y K H S L
Decimal 234 232 33 0 0.01 0.86 0.08 59.4 0.83 0.52
Hex EA E8 21 0 1 56 8 3B 53 34
Octal 352 350 41 0 1 126 10 73 123 64
Binary 11101010 11101000 100001 0 1 1010110 1000 111011 1010011 110100

Color Harmonies of #EAE821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE821

Black with #EAE821

Text Example


Text Example

White with #EAE821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE821; }

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

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

background-color css

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

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

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

border-color css

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

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

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