Html Css Color HEX #EED82D Golden Fizz

📋 copy color: '#EED82D'

red 238 ◦ green 216 ◦ blue 45

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

Shades of Golden Fizz #EED82D

Tints of Golden Fizz #EED82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.02%

R = 47.7%
G = 43.29%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EED82D (or 0xEED82D) is known color: Golden Fizz. HEX triplet: EE, D8 and 2D. RGB value is (238,216,45). Sum of RGB (Red+Green+Blue) = 238+216+45=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EED82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED82D is #1127D2. Grayscale: #CBCBCB. Windows color (decimal): -1124307 or 3004654. OLE color: 3004654.

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

Color convert

RGB 238 216 45 -
CMYK 0 0.09 0.81 0.07
HSL 53.16º 0.85% 0.55% -
HSV(B) 53.16º 0.81% 0.93% -
XYZ 60.29 67.48 12.33 -
YUV 203.08 38.79 152.9 -
System Red Green Blue C M Y K H S L
Decimal 238 216 45 0 0.09 0.81 0.07 53.16 0.85 0.55
Hex EE D8 2D 0 9 51 7 35 55 37
Octal 356 330 55 0 11 121 7 65 125 67
Binary 11101110 11011000 101101 0 1001 1010001 111 110101 1010101 110111

Color Harmonies of #EED82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED82D

Black with #EED82D

Text Example


Text Example

White with #EED82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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