Html Css Color HEX #EDDD37 Golden Fizz

📋 copy color: '#EDDD37'

red 237 ◦ green 221 ◦ blue 55

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

Shades of Golden Fizz #EDDD37

Tints of Golden Fizz #EDDD37

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.08%

 BLUE value IS 55 (21.88% from 255) = 10.72%

R = 46.2%
G = 43.08%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDDD37 (or 0xEDDD37) is known color: Golden Fizz. HEX triplet: ED, DD and 37. RGB value is (237,221,55). Sum of RGB (Red+Green+Blue) = 237+221+55=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 55 (21.88% from 255 or 10.72% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD37 is #1222C8. Grayscale: #CFCFCF. Windows color (decimal): -1188553 or 3661293. OLE color: 3661293.

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

Color convert

RGB 237 221 55 -
CMYK 0 0.07 0.77 0.07
HSL 54.73º 0.83% 0.57% -
HSV(B) 54.73º 0.77% 0.93% -
XYZ 61.47 69.99 13.88 -
YUV 206.86 42.3 149.5 -
System Red Green Blue C M Y K H S L
Decimal 237 221 55 0 0.07 0.77 0.07 54.73 0.83 0.57
Hex ED DD 37 0 7 4D 7 37 53 39
Octal 355 335 67 0 7 115 7 67 123 71
Binary 11101101 11011101 110111 0 111 1001101 111 110111 1010011 111001

Color Harmonies of #EDDD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD37

Black with #EDDD37

Text Example


Text Example

White with #EDDD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD37; }

 p { color: rgb(237,221,55); }

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

background-color css

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

 a { background-color: rgb(237,221,55); }

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

border-color css

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

 span { border-color: rgb(237,221,55); }

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