Html Css Color HEX #EED731 Golden Fizz

📋 copy color: '#EED731'

red 238 ◦ green 215 ◦ blue 49

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

Shades of Golden Fizz #EED731

Tints of Golden Fizz #EED731

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.83%

 BLUE value IS 49 (19.53% from 255) = 9.76%

R = 47.41%
G = 42.83%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EED731 (or 0xEED731) is known color: Golden Fizz. HEX triplet: EE, D7 and 31. RGB value is (238,215,49). Sum of RGB (Red+Green+Blue) = 238+215+49=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 49 (19.53% from 255 or 9.76% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EED731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED731 is #1128CE. Grayscale: #CBCBCB. Windows color (decimal): -1124559 or 3266542. OLE color: 3266542.

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

Color convert

RGB 238 215 49 -
CMYK 0 0.10 0.79 0.07
HSL 52.7º 0.85% 0.56% -
HSV(B) 52.7º 0.79% 0.93% -
XYZ 60.11 67 12.67 -
YUV 202.95 41.12 153 -
System Red Green Blue C M Y K H S L
Decimal 238 215 49 0 0.10 0.79 0.07 52.7 0.85 0.56
Hex EE D7 31 0 A 4F 7 35 55 38
Octal 356 327 61 0 12 117 7 65 125 70
Binary 11101110 11010111 110001 0 1010 1001111 111 110101 1010101 111000

Color Harmonies of #EED731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED731

Black with #EED731

Text Example


Text Example

White with #EED731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED731; }

 p { color: rgb(238,215,49); }

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

background-color css

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

 a { background-color: rgb(238,215,49); }

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

border-color css

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

 span { border-color: rgb(238,215,49); }

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