Html Css Color HEX #EDE528 Golden Fizz

📋 copy color: '#EDE528'

red 237 ◦ green 229 ◦ blue 40

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

Shades of Golden Fizz #EDE528

Tints of Golden Fizz #EDE528

RGB

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

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

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

R = 46.84%
G = 45.26%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDE528 (or 0xEDE528) is known color: Golden Fizz. HEX triplet: ED, E5 and 28. RGB value is (237,229,40). Sum of RGB (Red+Green+Blue) = 237+229+40=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 40 (16.02% from 255 or 7.91% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE528 is #121AD7. Grayscale: #D2D2D2. Windows color (decimal): -1186520 or 2680301. OLE color: 2680301.

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

Color convert

RGB 237 229 40 -
CMYK 0 0.03 0.83 0.07
HSL 57.56º 0.85% 0.54% -
HSV(B) 57.56º 0.83% 0.93% -
XYZ 63.33 74.2 12.99 -
YUV 209.85 32.15 147.37 -
System Red Green Blue C M Y K H S L
Decimal 237 229 40 0 0.03 0.83 0.07 57.56 0.85 0.54
Hex ED E5 28 0 3 53 7 3A 55 36
Octal 355 345 50 0 3 123 7 72 125 66
Binary 11101101 11100101 101000 0 11 1010011 111 111010 1010101 110110

Color Harmonies of #EDE528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE528

Black with #EDE528

Text Example


Text Example

White with #EDE528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE528; }

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

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

background-color css

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

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

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

border-color css

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

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

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