Html Css Color HEX #EDE828 Golden Fizz

📋 copy color: '#EDE828'

red 237 ◦ green 232 ◦ blue 40

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

Shades of Golden Fizz #EDE828

Tints of Golden Fizz #EDE828

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.58%

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

R = 46.56%
G = 45.58%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDE828 (or 0xEDE828) is known color: Golden Fizz. HEX triplet: ED, E8 and 28. RGB value is (237,232,40). Sum of RGB (Red+Green+Blue) = 237+232+40=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 40 (16.02% from 255 or 7.86% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE828 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE828 is #1217D7. Grayscale: #D4D4D4. Windows color (decimal): -1185752 or 2681069. OLE color: 2681069.

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

Color convert

RGB 237 232 40 -
CMYK 0 0.02 0.83 0.07
HSL 58.48º 0.85% 0.54% -
HSV(B) 58.48º 0.83% 0.93% -
XYZ 64.16 75.87 13.27 -
YUV 211.61 31.16 146.11 -
System Red Green Blue C M Y K H S L
Decimal 237 232 40 0 0.02 0.83 0.07 58.48 0.85 0.54
Hex ED E8 28 0 2 53 7 3A 55 36
Octal 355 350 50 0 2 123 7 72 125 66
Binary 11101101 11101000 101000 0 10 1010011 111 111010 1010101 110110

Color Harmonies of #EDE828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE828

Black with #EDE828

Text Example


Text Example

White with #EDE828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE828; }

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

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

background-color css

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

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

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

border-color css

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

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

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