Html Css Color HEX #EDD828 Golden Fizz

📋 copy color: '#EDD828'

red 237 ◦ green 216 ◦ blue 40

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

Shades of Golden Fizz #EDD828

Tints of Golden Fizz #EDD828

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.81%

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

R = 48.07%
G = 43.81%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDD828 (or 0xEDD828) is known color: Golden Fizz. HEX triplet: ED, D8 and 28. RGB value is (237,216,40). Sum of RGB (Red+Green+Blue) = 237+216+40=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD828 is #1227D7. Grayscale: #CACACA. Windows color (decimal): -1189848 or 2676973. OLE color: 2676973.

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

Color convert

RGB 237 216 40 -
CMYK 0 0.09 0.83 0.07
HSL 53.6º 0.85% 0.54% -
HSV(B) 53.6º 0.83% 0.93% -
XYZ 59.86 67.27 11.84 -
YUV 202.22 36.46 152.81 -
System Red Green Blue C M Y K H S L
Decimal 237 216 40 0 0.09 0.83 0.07 53.6 0.85 0.54
Hex ED D8 28 0 9 53 7 36 55 36
Octal 355 330 50 0 11 123 7 66 125 66
Binary 11101101 11011000 101000 0 1001 1010011 111 110110 1010101 110110

Color Harmonies of #EDD828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD828

Black with #EDD828

Text Example


Text Example

White with #EDD828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD828; }

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

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

background-color css

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

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

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

border-color css

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

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

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