Html Css Color HEX #EED539 Golden Fizz

📋 copy color: '#EED539'

red 238 ◦ green 213 ◦ blue 57

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

Shades of Golden Fizz #EED539

Tints of Golden Fizz #EED539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.22%

R = 46.85%
G = 41.93%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EED539 (or 0xEED539) is known color: Golden Fizz. HEX triplet: EE, D5 and 39. RGB value is (238,213,57). Sum of RGB (Red+Green+Blue) = 238+213+57=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 57 (22.66% from 255 or 11.22% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EED539 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED539 is #112AC6. Grayscale: #CBCBCB. Windows color (decimal): -1125063 or 3790318. OLE color: 3790318.

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

Color convert

RGB 238 213 57 -
CMYK 0 0.11 0.76 0.07
HSL 51.71º 0.84% 0.58% -
HSV(B) 51.71º 0.76% 0.93% -
XYZ 59.79 66.06 13.47 -
YUV 202.69 45.78 153.18 -
System Red Green Blue C M Y K H S L
Decimal 238 213 57 0 0.11 0.76 0.07 51.71 0.84 0.58
Hex EE D5 39 0 B 4C 7 34 54 3A
Octal 356 325 71 0 13 114 7 64 124 72
Binary 11101110 11010101 111001 0 1011 1001100 111 110100 1010100 111010

Color Harmonies of #EED539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED539

Black with #EED539

Text Example


Text Example

White with #EED539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED539; }

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

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

background-color css

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

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

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

border-color css

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

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

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