Html Css Color HEX #EDE523 Golden Fizz

📋 copy color: '#EDE523'

red 237 ◦ green 229 ◦ blue 35

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

Shades of Golden Fizz #EDE523

Tints of Golden Fizz #EDE523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 6.99%

R = 47.31%
G = 45.71%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDE523 (or 0xEDE523) is known color: Golden Fizz. HEX triplet: ED, E5 and 23. RGB value is (237,229,35). Sum of RGB (Red+Green+Blue) = 237+229+35=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 35 (14.06% from 255 or 6.99% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE523 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE523 is #121ADC. Grayscale: #D2D2D2. Windows color (decimal): -1186525 or 2352621. OLE color: 2352621.

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

Color convert

RGB 237 229 35 -
CMYK 0 0.03 0.85 0.07
HSL 57.62º 0.85% 0.53% -
HSV(B) 57.62º 0.85% 0.93% -
XYZ 63.25 74.16 12.57 -
YUV 209.28 29.65 147.77 -
System Red Green Blue C M Y K H S L
Decimal 237 229 35 0 0.03 0.85 0.07 57.62 0.85 0.53
Hex ED E5 23 0 3 55 7 3A 55 35
Octal 355 345 43 0 3 125 7 72 125 65
Binary 11101101 11100101 100011 0 11 1010101 111 111010 1010101 110101

Color Harmonies of #EDE523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE523

Black with #EDE523

Text Example


Text Example

White with #EDE523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE523; }

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

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

background-color css

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

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

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

border-color css

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

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

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