Html Css Color HEX #EDE525 Golden Fizz

📋 copy color: '#EDE525'

red 237 ◦ green 229 ◦ blue 37

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

Shades of Golden Fizz #EDE525

Tints of Golden Fizz #EDE525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.36%

R = 47.12%
G = 45.53%
B = 7.36%

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

#EDE525 (or 0xEDE525) is known color: Golden Fizz. HEX triplet: ED, E5 and 25. RGB value is (237,229,37). Sum of RGB (Red+Green+Blue) = 237+229+37=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 37 (14.84% from 255 or 7.36% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE525 is #121ADA. Grayscale: #D2D2D2. Windows color (decimal): -1186523 or 2483693. OLE color: 2483693.

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

Color convert

RGB 237 229 37 -
CMYK 0 0.03 0.84 0.07
HSL 57.6º 0.85% 0.54% -
HSV(B) 57.6º 0.84% 0.93% -
XYZ 63.28 74.18 12.73 -
YUV 209.5 30.65 147.61 -
System Red Green Blue C M Y K H S L
Decimal 237 229 37 0 0.03 0.84 0.07 57.6 0.85 0.54
Hex ED E5 25 0 3 54 7 3A 55 36
Octal 355 345 45 0 3 124 7 72 125 66
Binary 11101101 11100101 100101 0 11 1010100 111 111010 1010101 110110

Color Harmonies of #EDE525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE525

Black with #EDE525

Text Example


Text Example

White with #EDE525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE525; }

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

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

background-color css

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

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

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

border-color css

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

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

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