Html Css Color HEX #EDDC3A Golden Fizz

📋 copy color: '#EDDC3A'

red 237 ◦ green 220 ◦ blue 58

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

Shades of Golden Fizz #EDDC3A

Tints of Golden Fizz #EDDC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.26%

R = 46.02%
G = 42.72%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDDC3A (or 0xEDDC3A) is known color: Golden Fizz. HEX triplet: ED, DC and 3A. RGB value is (237,220,58). Sum of RGB (Red+Green+Blue) = 237+220+58=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 58 (23.05% from 255 or 11.26% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC3A is #1223C5. Grayscale: #CFCFCF. Windows color (decimal): -1188806 or 3857645. OLE color: 3857645.

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

Color convert

RGB 237 220 58 -
CMYK 0 0.07 0.76 0.07
HSL 54.3º 0.83% 0.58% -
HSV(B) 54.3º 0.76% 0.93% -
XYZ 61.28 69.5 14.19 -
YUV 206.62 44.13 149.67 -
System Red Green Blue C M Y K H S L
Decimal 237 220 58 0 0.07 0.76 0.07 54.3 0.83 0.58
Hex ED DC 3A 0 7 4C 7 36 53 3A
Octal 355 334 72 0 7 114 7 66 123 72
Binary 11101101 11011100 111010 0 111 1001100 111 110110 1010011 111010

Color Harmonies of #EDDC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC3A

Black with #EDDC3A

Text Example


Text Example

White with #EDDC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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