Html Css Color HEX #EADD21 Golden Fizz

📋 copy color: '#EADD21'

red 234 ◦ green 221 ◦ blue 33

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

Shades of Golden Fizz #EADD21

Tints of Golden Fizz #EADD21

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.29%

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

R = 47.95%
G = 45.29%
B = 6.76%

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

#EADD21 (or 0xEADD21) is known color: Golden Fizz. HEX triplet: EA, DD and 21. RGB value is (234,221,33). Sum of RGB (Red+Green+Blue) = 234+221+33=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 33 (13.28% from 255 or 6.76% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD21 is #1522DE. Grayscale: #CCCCCC. Windows color (decimal): -1385183 or 2219498. OLE color: 2219498.

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

Color convert

RGB 234 221 33 -
CMYK 0 0.06 0.86 0.08
HSL 56.12º 0.83% 0.52% -
HSV(B) 56.12º 0.86% 0.92% -
XYZ 60.06 69.32 11.65 -
YUV 203.46 31.81 149.79 -
System Red Green Blue C M Y K H S L
Decimal 234 221 33 0 0.06 0.86 0.08 56.12 0.83 0.52
Hex EA DD 21 0 6 56 8 38 53 34
Octal 352 335 41 0 6 126 10 70 123 64
Binary 11101010 11011101 100001 0 110 1010110 1000 111000 1010011 110100

Color Harmonies of #EADD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD21

Black with #EADD21

Text Example


Text Example

White with #EADD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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