Html Css Color HEX #EADF21 Golden Fizz

📋 copy color: '#EADF21'

red 234 ◦ green 223 ◦ blue 33

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

Shades of Golden Fizz #EADF21

Tints of Golden Fizz #EADF21

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.51%

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

R = 47.76%
G = 45.51%
B = 6.73%

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

#EADF21 (or 0xEADF21) is known color: Golden Fizz. HEX triplet: EA, DF and 21. RGB value is (234,223,33). Sum of RGB (Red+Green+Blue) = 234+223+33=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 33 (13.28% from 255 or 6.73% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADF21 is #1520DE. Grayscale: #CDCDCD. Windows color (decimal): -1384671 or 2220010. OLE color: 2220010.

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

Color convert

RGB 234 223 33 -
CMYK 0 0.05 0.86 0.08
HSL 56.72º 0.83% 0.52% -
HSV(B) 56.72º 0.86% 0.92% -
XYZ 60.59 70.38 11.83 -
YUV 204.63 31.14 148.95 -
System Red Green Blue C M Y K H S L
Decimal 234 223 33 0 0.05 0.86 0.08 56.72 0.83 0.52
Hex EA DF 21 0 5 56 8 39 53 34
Octal 352 337 41 0 5 126 10 71 123 64
Binary 11101010 11011111 100001 0 101 1010110 1000 111001 1010011 110100

Color Harmonies of #EADF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF21

Black with #EADF21

Text Example


Text Example

White with #EADF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF21; }

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

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

background-color css

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

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

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

border-color css

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

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

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