Html Css Color HEX #EDD728 Golden Fizz

📋 copy color: '#EDD728'

red 237 ◦ green 215 ◦ blue 40

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

Shades of Golden Fizz #EDD728

Tints of Golden Fizz #EDD728

RGB

 RED value IS 237 (92.97% from 255) = 48.17%

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

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

R = 48.17%
G = 43.7%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDD728 (or 0xEDD728) is known color: Golden Fizz. HEX triplet: ED, D7 and 28. RGB value is (237,215,40). Sum of RGB (Red+Green+Blue) = 237+215+40=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 40 (16.02% from 255 or 8.13% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD728 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD728 is #1228D7. Grayscale: #CACACA. Windows color (decimal): -1190104 or 2676717. OLE color: 2676717.

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

Color convert

RGB 237 215 40 -
CMYK 0 0.09 0.83 0.07
HSL 53.3º 0.85% 0.54% -
HSV(B) 53.3º 0.83% 0.93% -
XYZ 59.61 66.76 11.75 -
YUV 201.63 36.79 153.23 -
System Red Green Blue C M Y K H S L
Decimal 237 215 40 0 0.09 0.83 0.07 53.3 0.85 0.54
Hex ED D7 28 0 9 53 7 35 55 36
Octal 355 327 50 0 11 123 7 65 125 66
Binary 11101101 11010111 101000 0 1001 1010011 111 110101 1010101 110110

Color Harmonies of #EDD728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD728

Black with #EDD728

Text Example


Text Example

White with #EDD728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD728; }

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

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

background-color css

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

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

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

border-color css

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

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

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