Html Css Color HEX #EEDC3A Golden Fizz

📋 copy color: '#EEDC3A'

red 238 ◦ green 220 ◦ blue 58

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

Shades of Golden Fizz #EEDC3A

Tints of Golden Fizz #EEDC3A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.64%

 BLUE value IS 58 (23.05% from 255) = 11.24%

R = 46.12%
G = 42.64%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EEDC3A (or 0xEEDC3A) is known color: Golden Fizz. HEX triplet: EE, DC and 3A. RGB value is (238,220,58). Sum of RGB (Red+Green+Blue) = 238+220+58=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 58 (23.05% from 255 or 11.24% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDC3A is #1123C5. Grayscale: #CFCFCF. Windows color (decimal): -1123270 or 3857646. OLE color: 3857646.

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

Color convert

RGB 238 220 58 -
CMYK 0 0.08 0.76 0.07
HSL 54º 0.84% 0.58% -
HSV(B) 54º 0.76% 0.93% -
XYZ 61.62 69.67 14.2 -
YUV 206.91 43.96 150.17 -
System Red Green Blue C M Y K H S L
Decimal 238 220 58 0 0.08 0.76 0.07 54 0.84 0.58
Hex EE DC 3A 0 8 4C 7 36 54 3A
Octal 356 334 72 0 10 114 7 66 124 72
Binary 11101110 11011100 111010 0 1000 1001100 111 110110 1010100 111010

Color Harmonies of #EEDC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC3A

Black with #EEDC3A

Text Example


Text Example

White with #EEDC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC3A; }

 p { color: rgb(238,220,58); }

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

background-color css

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

 a { background-color: rgb(238,220,58); }

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

border-color css

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

 span { border-color: rgb(238,220,58); }

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