Html Css Color HEX #EDE529 Golden Fizz

📋 copy color: '#EDE529'

red 237 ◦ green 229 ◦ blue 41

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

Shades of Golden Fizz #EDE529

Tints of Golden Fizz #EDE529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.09%

R = 46.75%
G = 45.17%
B = 8.09%

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

#EDE529 (or 0xEDE529) is known color: Golden Fizz. HEX triplet: ED, E5 and 29. RGB value is (237,229,41). Sum of RGB (Red+Green+Blue) = 237+229+41=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 41 (16.41% from 255 or 8.09% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE529 is #121AD6. Grayscale: #D2D2D2. Windows color (decimal): -1186519 or 2745837. OLE color: 2745837.

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

Color convert

RGB 237 229 41 -
CMYK 0 0.03 0.83 0.07
HSL 57.55º 0.84% 0.55% -
HSV(B) 57.55º 0.83% 0.93% -
XYZ 63.34 74.2 13.08 -
YUV 209.96 32.65 147.29 -
System Red Green Blue C M Y K H S L
Decimal 237 229 41 0 0.03 0.83 0.07 57.55 0.84 0.55
Hex ED E5 29 0 3 53 7 3A 54 37
Octal 355 345 51 0 3 123 7 72 124 67
Binary 11101101 11100101 101001 0 11 1010011 111 111010 1010100 110111

Color Harmonies of #EDE529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE529

Black with #EDE529

Text Example


Text Example

White with #EDE529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE529; }

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

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

background-color css

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

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

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

border-color css

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

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

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