Html Css Color HEX #EDD729 Golden Fizz

📋 copy color: '#EDD729'

red 237 ◦ green 215 ◦ blue 41

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

Shades of Golden Fizz #EDD729

Tints of Golden Fizz #EDD729

RGB

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

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

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

R = 48.07%
G = 43.61%
B = 8.32%

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

#EDD729 (or 0xEDD729) is known color: Golden Fizz. HEX triplet: ED, D7 and 29. RGB value is (237,215,41). Sum of RGB (Red+Green+Blue) = 237+215+41=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 41 (16.41% from 255 or 8.32% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD729 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD729 is #1228D6. Grayscale: #CACACA. Windows color (decimal): -1190103 or 2742253. OLE color: 2742253.

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

Color convert

RGB 237 215 41 -
CMYK 0 0.09 0.83 0.07
HSL 53.27º 0.84% 0.55% -
HSV(B) 53.27º 0.83% 0.93% -
XYZ 59.63 66.77 11.84 -
YUV 201.74 37.29 153.15 -
System Red Green Blue C M Y K H S L
Decimal 237 215 41 0 0.09 0.83 0.07 53.27 0.84 0.55
Hex ED D7 29 0 9 53 7 35 54 37
Octal 355 327 51 0 11 123 7 65 124 67
Binary 11101101 11010111 101001 0 1001 1010011 111 110101 1010100 110111

Color Harmonies of #EDD729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD729

Black with #EDD729

Text Example


Text Example

White with #EDD729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD729; }

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

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

background-color css

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

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

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

border-color css

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

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

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