Html Css Color HEX #EED82F Golden Fizz

📋 copy color: '#EED82F'

red 238 ◦ green 216 ◦ blue 47

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

Shades of Golden Fizz #EED82F

Tints of Golden Fizz #EED82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.38%

R = 47.5%
G = 43.11%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EED82F (or 0xEED82F) is known color: Golden Fizz. HEX triplet: EE, D8 and 2F. RGB value is (238,216,47). Sum of RGB (Red+Green+Blue) = 238+216+47=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 47 (18.75% from 255 or 9.38% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EED82F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED82F is #1127D0. Grayscale: #CCCCCC. Windows color (decimal): -1124305 or 3135726. OLE color: 3135726.

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

Color convert

RGB 238 216 47 -
CMYK 0 0.09 0.80 0.07
HSL 53.09º 0.85% 0.56% -
HSV(B) 53.09º 0.8% 0.93% -
XYZ 60.33 67.49 12.54 -
YUV 203.31 39.79 152.74 -
System Red Green Blue C M Y K H S L
Decimal 238 216 47 0 0.09 0.80 0.07 53.09 0.85 0.56
Hex EE D8 2F 0 9 50 7 35 55 38
Octal 356 330 57 0 11 120 7 65 125 70
Binary 11101110 11011000 101111 0 1001 1010000 111 110101 1010101 111000

Color Harmonies of #EED82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED82F

Black with #EED82F

Text Example


Text Example

White with #EED82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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