Html Css Color HEX #EADC20 Golden Fizz

📋 copy color: '#EADC20'

red 234 ◦ green 220 ◦ blue 32

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

Shades of Golden Fizz #EADC20

Tints of Golden Fizz #EADC20

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

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

R = 48.15%
G = 45.27%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EADC20 (or 0xEADC20) is known color: Golden Fizz. HEX triplet: EA, DC and 20. RGB value is (234,220,32). Sum of RGB (Red+Green+Blue) = 234+220+32=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 32 (12.89% from 255 or 6.58% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC20 is #1523DF. Grayscale: #CBCBCB. Windows color (decimal): -1385440 or 2153706. OLE color: 2153706.

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

Color convert

RGB 234 220 32 -
CMYK 0 0.06 0.86 0.08
HSL 55.84º 0.83% 0.52% -
HSV(B) 55.84º 0.86% 0.92% -
XYZ 59.79 68.78 11.49 -
YUV 202.75 31.64 150.29 -
System Red Green Blue C M Y K H S L
Decimal 234 220 32 0 0.06 0.86 0.08 55.84 0.83 0.52
Hex EA DC 20 0 6 56 8 38 53 34
Octal 352 334 40 0 6 126 10 70 123 64
Binary 11101010 11011100 100000 0 110 1010110 1000 111000 1010011 110100

Color Harmonies of #EADC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC20

Black with #EADC20

Text Example


Text Example

White with #EADC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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