Html Css Color HEX #EDD829 Golden Fizz

📋 copy color: '#EDD829'

red 237 ◦ green 216 ◦ blue 41

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

Shades of Golden Fizz #EDD829

Tints of Golden Fizz #EDD829

RGB

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

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

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

R = 47.98%
G = 43.72%
B = 8.3%

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

#EDD829 (or 0xEDD829) is known color: Golden Fizz. HEX triplet: ED, D8 and 29. RGB value is (237,216,41). Sum of RGB (Red+Green+Blue) = 237+216+41=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 41 (16.41% from 255 or 8.30% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD829 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD829 is #1227D6. Grayscale: #CBCBCB. Windows color (decimal): -1189847 or 2742509. OLE color: 2742509.

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

Color convert

RGB 237 216 41 -
CMYK 0 0.09 0.83 0.07
HSL 53.57º 0.84% 0.55% -
HSV(B) 53.57º 0.83% 0.93% -
XYZ 59.88 67.28 11.93 -
YUV 202.33 36.96 152.73 -
System Red Green Blue C M Y K H S L
Decimal 237 216 41 0 0.09 0.83 0.07 53.57 0.84 0.55
Hex ED D8 29 0 9 53 7 36 54 37
Octal 355 330 51 0 11 123 7 66 124 67
Binary 11101101 11011000 101001 0 1001 1010011 111 110110 1010100 110111

Color Harmonies of #EDD829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD829

Black with #EDD829

Text Example


Text Example

White with #EDD829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD829; }

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

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

background-color css

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

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

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

border-color css

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

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

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