Html Css Color HEX #EDC529 Golden Dream

📋 copy color: '#EDC529'

red 237 ◦ green 197 ◦ blue 41

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

Shades of Golden Dream #EDC529

Tints of Golden Dream #EDC529

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.47%

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

R = 49.89%
G = 41.47%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDC529 (or 0xEDC529) is known color: Golden Dream. HEX triplet: ED, C5 and 29. RGB value is (237,197,41). Sum of RGB (Red+Green+Blue) = 237+197+41=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 41 (16.41% from 255 or 8.63% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC529 is #123AD6. Grayscale: #BFBFBF. Windows color (decimal): -1194711 or 2737645. OLE color: 2737645.

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

Color convert

RGB 237 197 41 -
CMYK 0 0.17 0.83 0.07
HSL 47.76º 0.84% 0.55% -
HSV(B) 47.76º 0.83% 0.93% -
XYZ 55.29 58.1 10.4 -
YUV 191.18 43.25 160.68 -
System Red Green Blue C M Y K H S L
Decimal 237 197 41 0 0.17 0.83 0.07 47.76 0.84 0.55
Hex ED C5 29 0 11 53 7 30 54 37
Octal 355 305 51 0 21 123 7 60 124 67
Binary 11101101 11000101 101001 0 10001 1010011 111 110000 1010100 110111

Color Harmonies of #EDC529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC529

Black with #EDC529

Text Example


Text Example

White with #EDC529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC529; }

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

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

background-color css

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

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

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

border-color css

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

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

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