Html Css Color HEX #EADB20 Golden Fizz

📋 copy color: '#EADB20'

red 234 ◦ green 219 ◦ blue 32

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

Shades of Golden Fizz #EADB20

Tints of Golden Fizz #EADB20

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.15%

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

R = 48.25%
G = 45.15%
B = 6.6%

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

#EADB20 (or 0xEADB20) is known color: Golden Fizz. HEX triplet: EA, DB and 20. RGB value is (234,219,32). Sum of RGB (Red+Green+Blue) = 234+219+32=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 32 (12.89% from 255 or 6.60% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB20 is #1524DF. Grayscale: #CACACA. Windows color (decimal): -1385696 or 2153450. OLE color: 2153450.

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

Color convert

RGB 234 219 32 -
CMYK 0 0.06 0.86 0.08
HSL 55.54º 0.83% 0.52% -
HSV(B) 55.54º 0.86% 0.92% -
XYZ 59.52 68.26 11.4 -
YUV 202.17 31.97 150.71 -
System Red Green Blue C M Y K H S L
Decimal 234 219 32 0 0.06 0.86 0.08 55.54 0.83 0.52
Hex EA DB 20 0 6 56 8 38 53 34
Octal 352 333 40 0 6 126 10 70 123 64
Binary 11101010 11011011 100000 0 110 1010110 1000 111000 1010011 110100

Color Harmonies of #EADB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB20

Black with #EADB20

Text Example


Text Example

White with #EADB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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