Html Css Color HEX #EDC729 Golden Dream

📋 copy color: '#EDC729'

red 237 ◦ green 199 ◦ blue 41

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

Shades of Golden Dream #EDC729

Tints of Golden Dream #EDC729

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.72%

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

R = 49.69%
G = 41.72%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDC729 (or 0xEDC729) is known color: Golden Dream. HEX triplet: ED, C7 and 29. RGB value is (237,199,41). Sum of RGB (Red+Green+Blue) = 237+199+41=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 41 (16.41% from 255 or 8.60% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC729 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC729 is #1238D6. Grayscale: #C1C1C1. Windows color (decimal): -1194199 or 2738157. OLE color: 2738157.

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

Color convert

RGB 237 199 41 -
CMYK 0 0.16 0.83 0.07
HSL 48.37º 0.84% 0.55% -
HSV(B) 48.37º 0.83% 0.93% -
XYZ 55.75 59.01 10.55 -
YUV 192.35 42.59 159.85 -
System Red Green Blue C M Y K H S L
Decimal 237 199 41 0 0.16 0.83 0.07 48.37 0.84 0.55
Hex ED C7 29 0 10 53 7 30 54 37
Octal 355 307 51 0 20 123 7 60 124 67
Binary 11101101 11000111 101001 0 10000 1010011 111 110000 1010100 110111

Color Harmonies of #EDC729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC729

Black with #EDC729

Text Example


Text Example

White with #EDC729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC729; }

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

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

background-color css

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

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

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

border-color css

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

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

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