Html Css Color HEX #EADC21 Golden Fizz

📋 copy color: '#EADC21'

red 234 ◦ green 220 ◦ blue 33

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

Shades of Golden Fizz #EADC21

Tints of Golden Fizz #EADC21

RGB

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

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

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

R = 48.05%
G = 45.17%
B = 6.78%

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

#EADC21 (or 0xEADC21) is known color: Golden Fizz. HEX triplet: EA, DC and 21. RGB value is (234,220,33). Sum of RGB (Red+Green+Blue) = 234+220+33=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 33 (13.28% from 255 or 6.78% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC21 is #1523DE. Grayscale: #CBCBCB. Windows color (decimal): -1385439 or 2219242. OLE color: 2219242.

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

Color convert

RGB 234 220 33 -
CMYK 0 0.06 0.86 0.08
HSL 55.82º 0.83% 0.52% -
HSV(B) 55.82º 0.86% 0.92% -
XYZ 59.8 68.79 11.56 -
YUV 202.87 32.14 150.21 -
System Red Green Blue C M Y K H S L
Decimal 234 220 33 0 0.06 0.86 0.08 55.82 0.83 0.52
Hex EA DC 21 0 6 56 8 38 53 34
Octal 352 334 41 0 6 126 10 70 123 64
Binary 11101010 11011100 100001 0 110 1010110 1000 111000 1010011 110100

Color Harmonies of #EADC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC21

Black with #EADC21

Text Example


Text Example

White with #EADC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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