Html Css Color HEX #EED829 Golden Fizz

📋 copy color: '#EED829'

red 238 ◦ green 216 ◦ blue 41

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

Shades of Golden Fizz #EED829

Tints of Golden Fizz #EED829

RGB

 RED value IS 238 (93.36% from 255) = 48.08%

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

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

R = 48.08%
G = 43.64%
B = 8.28%

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

#EED829 (or 0xEED829) is known color: Golden Fizz. HEX triplet: EE, D8 and 29. RGB value is (238,216,41). Sum of RGB (Red+Green+Blue) = 238+216+41=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 41 (16.41% from 255 or 8.28% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EED829 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED829 is #1127D6. Grayscale: #CBCBCB. Windows color (decimal): -1124311 or 2742510. OLE color: 2742510.

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

Color convert

RGB 238 216 41 -
CMYK 0 0.09 0.83 0.07
HSL 53.3º 0.85% 0.55% -
HSV(B) 53.3º 0.83% 0.93% -
XYZ 60.22 67.45 11.94 -
YUV 202.63 36.79 153.23 -
System Red Green Blue C M Y K H S L
Decimal 238 216 41 0 0.09 0.83 0.07 53.3 0.85 0.55
Hex EE D8 29 0 9 53 7 35 55 37
Octal 356 330 51 0 11 123 7 65 125 67
Binary 11101110 11011000 101001 0 1001 1010011 111 110101 1010101 110111

Color Harmonies of #EED829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED829

Black with #EED829

Text Example


Text Example

White with #EED829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED829; }

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

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

background-color css

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

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

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

border-color css

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

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

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