Html Css Color HEX #EDDC1F Golden Fizz

📋 copy color: '#EDDC1F'

red 237 ◦ green 220 ◦ blue 31

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

Shades of Golden Fizz #EDDC1F

Tints of Golden Fizz #EDDC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.35%

R = 48.57%
G = 45.08%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDDC1F (or 0xEDDC1F) is known color: Golden Fizz. HEX triplet: ED, DC and 1F. RGB value is (237,220,31). Sum of RGB (Red+Green+Blue) = 237+220+31=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 31 (12.5% from 255 or 6.35% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC1F is #1223E0. Grayscale: #CCCCCC. Windows color (decimal): -1188833 or 2088173. OLE color: 2088173.

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

Color convert

RGB 237 220 31 -
CMYK 0 0.07 0.87 0.07
HSL 55.05º 0.85% 0.53% -
HSV(B) 55.05º 0.87% 0.93% -
XYZ 60.77 69.29 11.47 -
YUV 203.54 30.63 151.87 -
System Red Green Blue C M Y K H S L
Decimal 237 220 31 0 0.07 0.87 0.07 55.05 0.85 0.53
Hex ED DC 1F 0 7 57 7 37 55 35
Octal 355 334 37 0 7 127 7 67 125 65
Binary 11101101 11011100 11111 0 111 1010111 111 110111 1010101 110101

Color Harmonies of #EDDC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC1F

Black with #EDDC1F

Text Example


Text Example

White with #EDDC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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