Html Css Color HEX #EED728 Golden Fizz

📋 copy color: '#EED728'

red 238 ◦ green 215 ◦ blue 40

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

Shades of Golden Fizz #EED728

Tints of Golden Fizz #EED728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.11%

R = 48.28%
G = 43.61%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EED728 (or 0xEED728) is known color: Golden Fizz. HEX triplet: EE, D7 and 28. RGB value is (238,215,40). Sum of RGB (Red+Green+Blue) = 238+215+40=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EED728 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED728 is #1128D7. Grayscale: #CACACA. Windows color (decimal): -1124568 or 2676718. OLE color: 2676718.

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

Color convert

RGB 238 215 40 -
CMYK 0 0.10 0.83 0.07
HSL 53.03º 0.85% 0.55% -
HSV(B) 53.03º 0.83% 0.93% -
XYZ 59.94 66.93 11.77 -
YUV 201.93 36.62 153.73 -
System Red Green Blue C M Y K H S L
Decimal 238 215 40 0 0.10 0.83 0.07 53.03 0.85 0.55
Hex EE D7 28 0 A 53 7 35 55 37
Octal 356 327 50 0 12 123 7 65 125 67
Binary 11101110 11010111 101000 0 1010 1010011 111 110101 1010101 110111

Color Harmonies of #EED728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED728

Black with #EED728

Text Example


Text Example

White with #EED728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED728; }

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

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

background-color css

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

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

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

border-color css

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

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

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