Html Css Color HEX #EDDC21 Golden Fizz

📋 copy color: '#EDDC21'

red 237 ◦ green 220 ◦ blue 33

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

Shades of Golden Fizz #EDDC21

Tints of Golden Fizz #EDDC21

RGB

 RED value IS 237 (92.97% from 255) = 48.37%

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

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

R = 48.37%
G = 44.9%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDDC21 (or 0xEDDC21) is known color: Golden Fizz. HEX triplet: ED, DC and 21. RGB value is (237,220,33). Sum of RGB (Red+Green+Blue) = 237+220+33=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 33 (13.28% from 255 or 6.73% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC21 is #1223DE. Grayscale: #CCCCCC. Windows color (decimal): -1188831 or 2219245. OLE color: 2219245.

HSL color Cylindrical-coordinate representation of color #EDDC21: hue angle of 55º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDDC21 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 220 33 -
CMYK 0 0.07 0.86 0.07
HSL 55º 0.85% 0.53% -
HSV(B) 55º 0.86% 0.93% -
XYZ 60.79 69.3 11.61 -
YUV 203.77 31.63 151.71 -
System Red Green Blue C M Y K H S L
Decimal 237 220 33 0 0.07 0.86 0.07 55 0.85 0.53
Hex ED DC 21 0 7 56 7 37 55 35
Octal 355 334 41 0 7 126 7 67 125 65
Binary 11101101 11011100 100001 0 111 1010110 111 110111 1010101 110101

Color Harmonies of #EDDC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC21

Black with #EDDC21

Text Example


Text Example

White with #EDDC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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