Html Css Color HEX #EDD926 Golden Fizz

📋 copy color: '#EDD926'

red 237 ◦ green 217 ◦ blue 38

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

Shades of Golden Fizz #EDD926

Tints of Golden Fizz #EDD926

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.11%

 BLUE value IS 38 (15.23% from 255) = 7.72%

R = 48.17%
G = 44.11%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDD926 (or 0xEDD926) is known color: Golden Fizz. HEX triplet: ED, D9 and 26. RGB value is (237,217,38). Sum of RGB (Red+Green+Blue) = 237+217+38=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 38 (15.23% from 255 or 7.72% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD926 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD926 is #1226D9. Grayscale: #CBCBCB. Windows color (decimal): -1189594 or 2546157. OLE color: 2546157.

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

Color convert

RGB 237 217 38 -
CMYK 0 0.08 0.84 0.07
HSL 53.97º 0.85% 0.54% -
HSV(B) 53.97º 0.84% 0.93% -
XYZ 60.09 67.77 11.75 -
YUV 202.57 35.13 152.55 -
System Red Green Blue C M Y K H S L
Decimal 237 217 38 0 0.08 0.84 0.07 53.97 0.85 0.54
Hex ED D9 26 0 8 54 7 36 55 36
Octal 355 331 46 0 10 124 7 66 125 66
Binary 11101101 11011001 100110 0 1000 1010100 111 110110 1010101 110110

Color Harmonies of #EDD926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD926

Black with #EDD926

Text Example


Text Example

White with #EDD926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD926; }

 p { color: rgb(237,217,38); }

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

background-color css

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

 a { background-color: rgb(237,217,38); }

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

border-color css

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

 span { border-color: rgb(237,217,38); }

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