Html Css Color HEX #EDE526 Golden Fizz

📋 copy color: '#EDE526'

red 237 ◦ green 229 ◦ blue 38

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

Shades of Golden Fizz #EDE526

Tints of Golden Fizz #EDE526

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.44%

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

R = 47.02%
G = 45.44%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDE526 (or 0xEDE526) is known color: Golden Fizz. HEX triplet: ED, E5 and 26. RGB value is (237,229,38). Sum of RGB (Red+Green+Blue) = 237+229+38=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 38 (15.23% from 255 or 7.54% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE526 is #121AD9. Grayscale: #D2D2D2. Windows color (decimal): -1186522 or 2549229. OLE color: 2549229.

HSL color Cylindrical-coordinate representation of color #EDE526: hue angle of 57.59º 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 #EDE526 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 38 -
CMYK 0 0.03 0.84 0.07
HSL 57.59º 0.85% 0.54% -
HSV(B) 57.59º 0.84% 0.93% -
XYZ 63.29 74.18 12.82 -
YUV 209.62 31.15 147.53 -
System Red Green Blue C M Y K H S L
Decimal 237 229 38 0 0.03 0.84 0.07 57.59 0.85 0.54
Hex ED E5 26 0 3 54 7 3A 55 36
Octal 355 345 46 0 3 124 7 72 125 66
Binary 11101101 11100101 100110 0 11 1010100 111 111010 1010101 110110

Color Harmonies of #EDE526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE526

Black with #EDE526

Text Example


Text Example

White with #EDE526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE526; }

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

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

background-color css

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

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

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

border-color css

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

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

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