Html Css Color HEX #EED537 Golden Fizz

📋 copy color: '#EED537'

red 238 ◦ green 213 ◦ blue 55

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

Shades of Golden Fizz #EED537

Tints of Golden Fizz #EED537

RGB

 RED value IS 238 (93.36% from 255) = 47.04%

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

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

R = 47.04%
G = 42.09%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EED537 (or 0xEED537) is known color: Golden Fizz. HEX triplet: EE, D5 and 37. RGB value is (238,213,55). Sum of RGB (Red+Green+Blue) = 238+213+55=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 55 (21.88% from 255 or 10.87% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EED537 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED537 is #112AC8. Grayscale: #CBCBCB. Windows color (decimal): -1125065 or 3659246. OLE color: 3659246.

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

Color convert

RGB 238 213 55 -
CMYK 0 0.11 0.77 0.07
HSL 51.8º 0.84% 0.57% -
HSV(B) 51.8º 0.77% 0.93% -
XYZ 59.74 66.04 13.21 -
YUV 202.46 44.78 153.35 -
System Red Green Blue C M Y K H S L
Decimal 238 213 55 0 0.11 0.77 0.07 51.8 0.84 0.57
Hex EE D5 37 0 B 4D 7 34 54 39
Octal 356 325 67 0 13 115 7 64 124 71
Binary 11101110 11010101 110111 0 1011 1001101 111 110100 1010100 111001

Color Harmonies of #EED537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED537

Black with #EED537

Text Example


Text Example

White with #EED537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED537; }

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

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

background-color css

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

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

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

border-color css

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

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

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