Html Css Color HEX #EDDC36 Golden Fizz

📋 copy color: '#EDDC36'

red 237 ◦ green 220 ◦ blue 54

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

Shades of Golden Fizz #EDDC36

Tints of Golden Fizz #EDDC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.57%

R = 46.38%
G = 43.05%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDDC36 (or 0xEDDC36) is known color: Golden Fizz. HEX triplet: ED, DC and 36. RGB value is (237,220,54). Sum of RGB (Red+Green+Blue) = 237+220+54=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 54 (21.48% from 255 or 10.57% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC36 is #1223C9. Grayscale: #CECECE. Windows color (decimal): -1188810 or 3595501. OLE color: 3595501.

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

Color convert

RGB 237 220 54 -
CMYK 0 0.07 0.77 0.07
HSL 54.43º 0.84% 0.57% -
HSV(B) 54.43º 0.77% 0.93% -
XYZ 61.18 69.46 13.67 -
YUV 206.16 42.13 150 -
System Red Green Blue C M Y K H S L
Decimal 237 220 54 0 0.07 0.77 0.07 54.43 0.84 0.57
Hex ED DC 36 0 7 4D 7 36 54 39
Octal 355 334 66 0 7 115 7 66 124 71
Binary 11101101 11011100 110110 0 111 1001101 111 110110 1010100 111001

Color Harmonies of #EDDC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC36

Black with #EDDC36

Text Example


Text Example

White with #EDDC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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