Html Css Color HEX #EED536 Golden Fizz

📋 copy color: '#EED536'

red 238 ◦ green 213 ◦ blue 54

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

Shades of Golden Fizz #EED536

Tints of Golden Fizz #EED536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.69%

R = 47.13%
G = 42.18%
B = 10.69%

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

#EED536 (or 0xEED536) is known color: Golden Fizz. HEX triplet: EE, D5 and 36. RGB value is (238,213,54). Sum of RGB (Red+Green+Blue) = 238+213+54=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 54 (21.48% from 255 or 10.69% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EED536 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED536 is #112AC9. Grayscale: #CBCBCB. Windows color (decimal): -1125066 or 3593710. OLE color: 3593710.

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

Color convert

RGB 238 213 54 -
CMYK 0 0.11 0.77 0.07
HSL 51.85º 0.84% 0.57% -
HSV(B) 51.85º 0.77% 0.93% -
XYZ 59.72 66.03 13.09 -
YUV 202.35 44.28 153.43 -
System Red Green Blue C M Y K H S L
Decimal 238 213 54 0 0.11 0.77 0.07 51.85 0.84 0.57
Hex EE D5 36 0 B 4D 7 34 54 39
Octal 356 325 66 0 13 115 7 64 124 71
Binary 11101110 11010101 110110 0 1011 1001101 111 110100 1010100 111001

Color Harmonies of #EED536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED536

Black with #EED536

Text Example


Text Example

White with #EED536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED536; }

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

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

background-color css

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

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

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

border-color css

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

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

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