Html Css Color HEX #EDD537 Golden Fizz

📋 copy color: '#EDD537'

red 237 ◦ green 213 ◦ blue 55

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

Shades of Golden Fizz #EDD537

Tints of Golden Fizz #EDD537

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.18%

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

R = 46.93%
G = 42.18%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDD537 (or 0xEDD537) is known color: Golden Fizz. HEX triplet: ED, D5 and 37. RGB value is (237,213,55). Sum of RGB (Red+Green+Blue) = 237+213+55=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 55 (21.88% from 255 or 10.89% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD537 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD537 is #122AC8. Grayscale: #CACACA. Windows color (decimal): -1190601 or 3659245. OLE color: 3659245.

HSL color Cylindrical-coordinate representation of color #EDD537: hue angle of 52.09º 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 #EDD537 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 55 -
CMYK 0 0.10 0.77 0.07
HSL 52.09º 0.83% 0.57% -
HSV(B) 52.09º 0.77% 0.93% -
XYZ 59.41 65.87 13.2 -
YUV 202.16 44.95 152.85 -
System Red Green Blue C M Y K H S L
Decimal 237 213 55 0 0.10 0.77 0.07 52.09 0.83 0.57
Hex ED D5 37 0 A 4D 7 34 53 39
Octal 355 325 67 0 12 115 7 64 123 71
Binary 11101101 11010101 110111 0 1010 1001101 111 110100 1010011 111001

Color Harmonies of #EDD537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD537

Black with #EDD537

Text Example


Text Example

White with #EDD537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD537; }

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

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

background-color css

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

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

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

border-color css

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

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

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