Html Css Color HEX #EED729 Golden Fizz

📋 copy color: '#EED729'

red 238 ◦ green 215 ◦ blue 41

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

Shades of Golden Fizz #EED729

Tints of Golden Fizz #EED729

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.52%

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

R = 48.18%
G = 43.52%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EED729 (or 0xEED729) is known color: Golden Fizz. HEX triplet: EE, D7 and 29. RGB value is (238,215,41). Sum of RGB (Red+Green+Blue) = 238+215+41=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 41 (16.41% from 255 or 8.30% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EED729 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED729 is #1128D6. Grayscale: #CACACA. Windows color (decimal): -1124567 or 2742254. OLE color: 2742254.

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

Color convert

RGB 238 215 41 -
CMYK 0 0.10 0.83 0.07
HSL 52.99º 0.85% 0.55% -
HSV(B) 52.99º 0.83% 0.93% -
XYZ 59.96 66.94 11.86 -
YUV 202.04 37.12 153.65 -
System Red Green Blue C M Y K H S L
Decimal 238 215 41 0 0.10 0.83 0.07 52.99 0.85 0.55
Hex EE D7 29 0 A 53 7 35 55 37
Octal 356 327 51 0 12 123 7 65 125 67
Binary 11101110 11010111 101001 0 1010 1010011 111 110101 1010101 110111

Color Harmonies of #EED729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED729

Black with #EED729

Text Example


Text Example

White with #EED729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED729; }

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

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

background-color css

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

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

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

border-color css

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

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

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