#EED82B

Color #EED82B Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #EED82B

Tints of Golden Fizz #EED82B

Color information

#EED82B (or 0xEED82B) is unknown color: approx Golden Fizz. HEX triplet: EE, D8 and 2B. RGB value is (238,216,43). Sum of RGB (Red+Green+Blue) = 238+216+43=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 43 (17.19% from 255 or 8.65% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EED82B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED82B is #1127D4. Grayscale: #CBCBCB. Windows color (decimal): -1124309 or 2873582. OLE color: 2873582.

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

Color convert

RGB23821643-
CMYK00.090.820.07
HSL53.23º85.15%55.1%-
HSV(B)53.23º81.93%93.33%-
XYZ60.2567.4612.13-
YUV202.8637.79153.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.89%
GREEN value IS 216 (84.77% from 255) = 43.46%
BLUE value IS 43 (17.19% from 255) = 8.65%
R=47.89%
G=43.46%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382164300.090.820.0753.2385.1555.1
HexEED82B09527355537
Octal3563305301112276512567
Binary11101110110110001010110100110100101111101011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED82B; }

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

 H1.HeaderClassName
 {
   color: #EED82B;
 }
 .AnyTagClassName
 {
   color: #EED82B;
 }
</style>
background-color css

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

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

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

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

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

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