Html Css Color HEX #EDDC2F Golden Fizz

📋 copy color: '#EDDC2F'

red 237 ◦ green 220 ◦ blue 47

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

Shades of Golden Fizz #EDDC2F

Tints of Golden Fizz #EDDC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.33%

R = 47.02%
G = 43.65%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDDC2F (or 0xEDDC2F) is known color: Golden Fizz. HEX triplet: ED, DC and 2F. RGB value is (237,220,47). Sum of RGB (Red+Green+Blue) = 237+220+47=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 47 (18.75% from 255 or 9.33% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC2F is #1223D0. Grayscale: #CECECE. Windows color (decimal): -1188817 or 3136749. OLE color: 3136749.

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

Color convert

RGB 237 220 47 -
CMYK 0 0.07 0.80 0.07
HSL 54.63º 0.84% 0.56% -
HSV(B) 54.63º 0.8% 0.93% -
XYZ 61.03 69.4 12.87 -
YUV 205.36 38.63 150.57 -
System Red Green Blue C M Y K H S L
Decimal 237 220 47 0 0.07 0.80 0.07 54.63 0.84 0.56
Hex ED DC 2F 0 7 50 7 37 54 38
Octal 355 334 57 0 7 120 7 67 124 70
Binary 11101101 11011100 101111 0 111 1010000 111 110111 1010100 111000

Color Harmonies of #EDDC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC2F

Black with #EDDC2F

Text Example


Text Example

White with #EDDC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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