Html Css Color HEX #EDDC2A Golden Fizz

📋 copy color: '#EDDC2A'

red 237 ◦ green 220 ◦ blue 42

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

Shades of Golden Fizz #EDDC2A

Tints of Golden Fizz #EDDC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.42%

R = 47.49%
G = 44.09%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDDC2A (or 0xEDDC2A) is known color: Golden Fizz. HEX triplet: ED, DC and 2A. RGB value is (237,220,42). Sum of RGB (Red+Green+Blue) = 237+220+42=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 42 (16.80% from 255 or 8.42% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC2A is #1223D5. Grayscale: #CDCDCD. Windows color (decimal): -1188822 or 2809069. OLE color: 2809069.

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

Color convert

RGB 237 220 42 -
CMYK 0 0.07 0.82 0.07
HSL 54.77º 0.84% 0.55% -
HSV(B) 54.77º 0.82% 0.93% -
XYZ 60.94 69.36 12.37 -
YUV 204.79 36.13 150.97 -
System Red Green Blue C M Y K H S L
Decimal 237 220 42 0 0.07 0.82 0.07 54.77 0.84 0.55
Hex ED DC 2A 0 7 52 7 37 54 37
Octal 355 334 52 0 7 122 7 67 124 67
Binary 11101101 11011100 101010 0 111 1010010 111 110111 1010100 110111

Color Harmonies of #EDDC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC2A

Black with #EDDC2A

Text Example


Text Example

White with #EDDC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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