Html Css Color HEX #EDDC34 Golden Fizz

📋 copy color: '#EDDC34'

red 237 ◦ green 220 ◦ blue 52

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

Shades of Golden Fizz #EDDC34

Tints of Golden Fizz #EDDC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.22%

R = 46.56%
G = 43.22%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDDC34 (or 0xEDDC34) is known color: Golden Fizz. HEX triplet: ED, DC and 34. RGB value is (237,220,52). Sum of RGB (Red+Green+Blue) = 237+220+52=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 52 (20.70% from 255 or 10.22% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC34 is #1223CB. Grayscale: #CECECE. Windows color (decimal): -1188812 or 3464429. OLE color: 3464429.

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

Color convert

RGB 237 220 52 -
CMYK 0 0.07 0.78 0.07
HSL 54.49º 0.84% 0.57% -
HSV(B) 54.49º 0.78% 0.93% -
XYZ 61.14 69.44 13.43 -
YUV 205.93 41.13 150.16 -
System Red Green Blue C M Y K H S L
Decimal 237 220 52 0 0.07 0.78 0.07 54.49 0.84 0.57
Hex ED DC 34 0 7 4E 7 36 54 39
Octal 355 334 64 0 7 116 7 66 124 71
Binary 11101101 11011100 110100 0 111 1001110 111 110110 1010100 111001

Color Harmonies of #EDDC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC34

Black with #EDDC34

Text Example


Text Example

White with #EDDC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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