Html Css Color HEX #EED82C Golden Fizz

📋 copy color: '#EED82C'

red 238 ◦ green 216 ◦ blue 44

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

Shades of Golden Fizz #EED82C

Tints of Golden Fizz #EED82C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.37%

 BLUE value IS 44 (17.58% from 255) = 8.84%

R = 47.79%
G = 43.37%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EED82C (or 0xEED82C) is known color: Golden Fizz. HEX triplet: EE, D8 and 2C. RGB value is (238,216,44). Sum of RGB (Red+Green+Blue) = 238+216+44=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 44 (17.58% from 255 or 8.84% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EED82C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED82C is #1127D3. Grayscale: #CBCBCB. Windows color (decimal): -1124308 or 2939118. OLE color: 2939118.

HSL color Cylindrical-coordinate representation of color #EED82C: hue angle of 53.2º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EED82C is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 216 44 -
CMYK 0 0.09 0.82 0.07
HSL 53.2º 0.85% 0.55% -
HSV(B) 53.2º 0.82% 0.93% -
XYZ 60.27 67.47 12.23 -
YUV 202.97 38.29 152.99 -
System Red Green Blue C M Y K H S L
Decimal 238 216 44 0 0.09 0.82 0.07 53.2 0.85 0.55
Hex EE D8 2C 0 9 52 7 35 55 37
Octal 356 330 54 0 11 122 7 65 125 67
Binary 11101110 11011000 101100 0 1001 1010010 111 110101 1010101 110111

Color Harmonies of #EED82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED82C

Black with #EED82C

Text Example


Text Example

White with #EED82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED82C; }

 p { color: rgb(238,216,44); }

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

background-color css

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

 a { background-color: rgb(238,216,44); }

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

border-color css

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

 span { border-color: rgb(238,216,44); }

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