Html Css Color HEX #EDDC2D Golden Fizz

📋 copy color: '#EDDC2D'

red 237 ◦ green 220 ◦ blue 45

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

Shades of Golden Fizz #EDDC2D

Tints of Golden Fizz #EDDC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.96%

R = 47.21%
G = 43.82%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDDC2D (or 0xEDDC2D) is known color: Golden Fizz. HEX triplet: ED, DC and 2D. RGB value is (237,220,45). Sum of RGB (Red+Green+Blue) = 237+220+45=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 45 (17.97% from 255 or 8.96% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC2D is #1223D2. Grayscale: #CDCDCD. Windows color (decimal): -1188819 or 3005677. OLE color: 3005677.

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

Color convert

RGB 237 220 45 -
CMYK 0 0.07 0.81 0.07
HSL 54.69º 0.84% 0.55% -
HSV(B) 54.69º 0.81% 0.93% -
XYZ 60.99 69.38 12.66 -
YUV 205.13 37.63 150.73 -
System Red Green Blue C M Y K H S L
Decimal 237 220 45 0 0.07 0.81 0.07 54.69 0.84 0.55
Hex ED DC 2D 0 7 51 7 37 54 37
Octal 355 334 55 0 7 121 7 67 124 67
Binary 11101101 11011100 101101 0 111 1010001 111 110111 1010100 110111

Color Harmonies of #EDDC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC2D

Black with #EDDC2D

Text Example


Text Example

White with #EDDC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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