Html Css Color HEX #EADE21 Golden Fizz

📋 copy color: '#EADE21'

red 234 ◦ green 222 ◦ blue 33

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

Shades of Golden Fizz #EADE21

Tints of Golden Fizz #EADE21

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.4%

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

R = 47.85%
G = 45.4%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EADE21 (or 0xEADE21) is known color: Golden Fizz. HEX triplet: EA, DE and 21. RGB value is (234,222,33). Sum of RGB (Red+Green+Blue) = 234+222+33=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 33 (13.28% from 255 or 6.75% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE21 is #1521DE. Grayscale: #CCCCCC. Windows color (decimal): -1384927 or 2219754. OLE color: 2219754.

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

Color convert

RGB 234 222 33 -
CMYK 0 0.05 0.86 0.08
HSL 56.42º 0.83% 0.52% -
HSV(B) 56.42º 0.86% 0.92% -
XYZ 60.33 69.84 11.74 -
YUV 204.04 31.48 149.37 -
System Red Green Blue C M Y K H S L
Decimal 234 222 33 0 0.05 0.86 0.08 56.42 0.83 0.52
Hex EA DE 21 0 5 56 8 38 53 34
Octal 352 336 41 0 5 126 10 70 123 64
Binary 11101010 11011110 100001 0 101 1010110 1000 111000 1010011 110100

Color Harmonies of #EADE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE21

Black with #EADE21

Text Example


Text Example

White with #EADE21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE21; }

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

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

background-color css

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

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

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

border-color css

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

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

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