Html Css Color HEX #EAE321 Golden Fizz

📋 copy color: '#EAE321'

red 234 ◦ green 227 ◦ blue 33

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

Shades of Golden Fizz #EAE321

Tints of Golden Fizz #EAE321

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.95%

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

R = 47.37%
G = 45.95%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAE321 (or 0xEAE321) is known color: Golden Fizz. HEX triplet: EA, E3 and 21. RGB value is (234,227,33). Sum of RGB (Red+Green+Blue) = 234+227+33=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 33 (13.28% from 255 or 6.68% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE321 is #151CDE. Grayscale: #CFCFCF. Windows color (decimal): -1383647 or 2221034. OLE color: 2221034.

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

Color convert

RGB 234 227 33 -
CMYK 0 0.03 0.86 0.08
HSL 57.91º 0.83% 0.52% -
HSV(B) 57.91º 0.86% 0.92% -
XYZ 61.68 72.54 12.19 -
YUV 206.98 29.82 147.27 -
System Red Green Blue C M Y K H S L
Decimal 234 227 33 0 0.03 0.86 0.08 57.91 0.83 0.52
Hex EA E3 21 0 3 56 8 3A 53 34
Octal 352 343 41 0 3 126 10 72 123 64
Binary 11101010 11100011 100001 0 11 1010110 1000 111010 1010011 110100

Color Harmonies of #EAE321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE321

Black with #EAE321

Text Example


Text Example

White with #EAE321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE321; }

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

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

background-color css

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

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

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

border-color css

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

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

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