Html Css Color HEX #EDDC3C Golden Fizz

📋 copy color: '#EDDC3C'

red 237 ◦ green 220 ◦ blue 60

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

Shades of Golden Fizz #EDDC3C

Tints of Golden Fizz #EDDC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.61%

R = 45.84%
G = 42.55%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDDC3C (or 0xEDDC3C) is known color: Golden Fizz. HEX triplet: ED, DC and 3C. RGB value is (237,220,60). Sum of RGB (Red+Green+Blue) = 237+220+60=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 60 (23.83% from 255 or 11.61% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC3C is #1223C3. Grayscale: #CFCFCF. Windows color (decimal): -1188804 or 3988717. OLE color: 3988717.

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

Color convert

RGB 237 220 60 -
CMYK 0 0.07 0.75 0.07
HSL 54.24º 0.83% 0.58% -
HSV(B) 54.24º 0.75% 0.93% -
XYZ 61.33 69.52 14.46 -
YUV 206.84 45.13 149.51 -
System Red Green Blue C M Y K H S L
Decimal 237 220 60 0 0.07 0.75 0.07 54.24 0.83 0.58
Hex ED DC 3C 0 7 4B 7 36 53 3A
Octal 355 334 74 0 7 113 7 66 123 72
Binary 11101101 11011100 111100 0 111 1001011 111 110110 1010011 111010

Color Harmonies of #EDDC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC3C

Black with #EDDC3C

Text Example


Text Example

White with #EDDC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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